You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kspread/csv
Michele Calgaro c0332621bc
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
..
DESIGN Renaming of files in preparation for code style tools. 3 years ago
Makefile.am Renaming of files in preparation for code style tools. 3 years ago
README Added old abandoned KDE3 version of koffice 14 years ago
TODO Added old abandoned KDE3 version of koffice 14 years ago
csvdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
csvdialog.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
csvexport.cpp Replaced various '#define' with actual strings - part 4 5 months ago
csvexport.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
csvexportdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
csvexportdialog.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
csvimport.cpp Replaced various '#define' with actual strings - part 4 5 months ago
csvimport.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
dialogui.ui Replaced 'includehints' with 'includes' in *.ui files. 2 years ago
exportdialogui.ui Replaced 'includehints' with 'includes' in *.ui files. 2 years ago
kspread_csv_export.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
kspread_csv_import.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
status.html Renaming of files in preparation for code style tools. 3 years ago
xmltree.cpp Renaming of files in preparation for code style tools. 3 years ago
xmltree.h Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago

README

This is a CSV filter for kspread.

At first it was only an input filter, hence the files named "csvfilter*".
Then I added an export filter and named it csvexport*

Read DESIGN for the gory details, TODO for how to help, the source for why
it screwed up your data.

David Faure <faure@kde.org>   ( CSV import and export )
Werner Trobin <wtrobin@carinthia.com>   ( CSV filter dialogs )