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
Timothy Pearson 2d6954f69c
Rename obsolete tq methods to standard names
13 years ago
..
Makefile.am Added old abandoned KDE3 version of koffice 14 years ago
README.Sidewinder Added old abandoned KDE3 version of koffice 14 years ago
cell.cpp Added old abandoned KDE3 version of koffice 14 years ago
cell.h Added old abandoned KDE3 version of koffice 14 years ago
excel.cpp Rename obsolete tq methods to standard names 13 years 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 Remove additional unneeded tq method conversions 13 years ago
pole.cpp Rename obsolete tq methods to standard names 13 years ago
pole.h Added old abandoned KDE3 version of koffice 14 years ago
sheet.cpp Added old abandoned KDE3 version of koffice 14 years ago
sheet.h Added old abandoned KDE3 version of koffice 14 years ago
swinder.h Added old abandoned KDE3 version of koffice 14 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 14 years ago
value.h Added old abandoned KDE3 version of koffice 14 years ago
workbook.cpp Added old abandoned KDE3 version of koffice 14 years ago
workbook.h Added old abandoned KDE3 version of koffice 14 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)