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
Timothy Pearson 3b6870c6e1
Rename common header files for consistency with class renaming
11 years ago
..
DESIGN Added old abandoned KDE3 version of koffice 15 years ago
Makefile.am Added old abandoned KDE3 version of koffice 15 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 common header files for consistency with class renaming 11 years ago
csvdialog.h Remove spurious TQ_OBJECT instances 12 years ago
csvexport.cc Rename old tq methods that no longer need a unique name 13 years ago
csvexport.h Remove spurious TQ_OBJECT instances 12 years ago
csvexportdialog.cpp Rename common header files for consistency with class renaming 11 years ago
csvexportdialog.h Remove spurious TQ_OBJECT instances 12 years ago
csvimport.cc Rename common header files for consistency with class renaming 11 years ago
csvimport.h Remove spurious TQ_OBJECT instances 12 years ago
dialogui.ui Rename obsolete tq methods to standard names 13 years ago
exportdialogui.ui Rename obsolete tq methods to standard names 13 years ago
kspread_csv_export.desktop Update XDG information in support of bug report 892. 12 years ago
kspread_csv_import.desktop Update XDG information in support of bug report 892. 12 years ago
status.html Fix inadvertent TQt string conversions 13 years ago
xmltree.cc TQt4 port koffice 13 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 )