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/excel/sidewinder
Michele Calgaro ef06f14f24
Replace Qt with TQt
6 months ago
..
Makefile.am Added old abandoned KDE3 version of koffice 15 years ago
README.Sidewinder Added old abandoned KDE3 version of koffice 15 years ago
cell.cpp Fix FTBFS with clang. This resolves issue #25. 2 years ago
cell.h Added old abandoned KDE3 version of koffice 15 years ago
excel.cpp Replace Qt with TQt 6 months ago
excel.h Rename obsolete tq methods to standard names 13 years ago
format.cpp Remove additional unneeded tq method conversions 13 years ago
format.h Fix incorrectly renamed strings 9 years ago
pole.cpp Rename obsolete tq methods to standard names 13 years ago
pole.h Added old abandoned KDE3 version of koffice 15 years ago
sheet.cpp Added old abandoned KDE3 version of koffice 15 years ago
sheet.h Added old abandoned KDE3 version of koffice 15 years ago
swinder.h Added old abandoned KDE3 version of koffice 15 years ago
ustring.cpp Rename obsolete tq methods to standard names 13 years ago
ustring.h Rename obsolete tq methods to standard names 13 years ago
value.cpp Added old abandoned KDE3 version of koffice 15 years ago
value.h Added old abandoned KDE3 version of koffice 15 years ago
workbook.cpp Added old abandoned KDE3 version of koffice 15 years ago
workbook.h Added old abandoned KDE3 version of koffice 15 years ago

README.Sidewinder

README for Sidewinder

Goal: C++ library to access spreadsheet documents, especially Microsoft
Excel workbook.


The experimental Excel import filter based on Sidewinder resides in
koffice/filters/kspread/excel/import. If you compile it, here's a step to
resolve conflict with the current Excel import filter: put the following
uninstall.desktop in koffice/filters/olefilters/excel97 to disable the it.

[Desktop Entry]
Encoding=UTF-8
Hidden=true


References and Links
===============
Excel file format documentation from OpenOffice.org
http://sc.openoffice.org/excelfileformat.pdf

Excel import filter for KSpread (koffice/filters/olefilters/excel97)

Jakarta POI Project
http://jakarta.apache.org/poi/

Excel plug-in for Gnumeric (gnumeric/plugins/excel)