Tuesday, 06 Feb 2007
Tuesday, 06 Feb 2007
The development of a new spreadsheet import filter has been started in the Calc project. This filter will be able to read the Office Open XML file format for spreadsheets introduced in Microsoft Office 2007. The filter is already able to load simple cell contents (strings and numbers). Currently I am working on cell styles and cell formatting. All filter code will be located in the oox module which is part of the xml project. The source code for the MS Excel file format is located in the oox/source/xls sub directory.
tags: