Version: 2.0 beta-3 (using 4.1.85 (KDE 4.1.85 (KDE 4.2 Beta2)), Kubuntu packages) Compiler: cc OS: Linux (i686) release 2.6.27-9-generic When Text to columns is invoked data, no columns is added. The result for doing text to columns on 1,1 is 1 with the separator ,. The result should have been two columns with 1.
I've tried this with 2.0 rc1 and it does not work.
just tried it on 2.0.0 and its is still there.
I think that the culprit is m_selection->lastRange() that doesn't change in CSVDialog. m_selection->().setRight( m_selection->lastRange().left() + numCols - 1 ); lastRange is the same as it was before after this line. I'm not god enough to figure out why this line does not change lastRange. I have tried file imports as well. They only work if i select a wide enough area. They also truncate to the number of selected columns...
This bug is in my system too: Linux bigarch 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64 AMD Athlon(tm) 64 Processor 3800+ AuthenticAMD GNU/Linux KSpread Version 2.0.1 Using KDE 4.2.4 (KDE 4.2.4) (KDEmod)
Still present in 2.3.3, no workaround found.
Still present in Calligra Sheets 2.4.1
Git commit e037aad7e0a26b8c3e719b94533ebea74c4eb7c1 by Tomas Mecir. Committed on 10/11/2013 at 18:57. Pushed by mecir into branch 'master'. fix text to columns Related: bug 181576 M +12 -14 sheets/dialogs/CSVDialog.cpp http://commits.kde.org/calligra/e037aad7e0a26b8c3e719b94533ebea74c4eb7c1
Git commit dbcb43f804f81c958a5f206a9d5fe42df72d1ccd by Boudewijn Rempt, on behalf of Tomas Mecir. Committed on 10/11/2013 at 18:57. Pushed by rempt into branch 'calligra/2.7'. fix text to columns Related: bug 181576 M +12 -14 sheets/dialogs/CSVDialog.cpp http://commits.kde.org/calligra/dbcb43f804f81c958a5f206a9d5fe42df72d1ccd