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 cb59219281
Replace Q_OBJECT with TQ_OBJECT
10 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 15 years ago
TODO Added old abandoned KDE3 version of koffice 15 years ago
csvdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
csvdialog.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
csvexport.cpp Renaming of files in preparation for code style tools. 3 years ago
csvexport.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
csvexportdialog.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
csvexportdialog.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
csvimport.cpp Renaming of files in preparation for code style tools. 3 years ago
csvimport.h Replace Q_OBJECT with TQ_OBJECT 10 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 )