| Type | Changes | By |
|---|
 | Added a Loader implementation for MillScript and a MillScript plugin
configuration file to configure this Loader in an installation. | moya |
 | Added very simple formula support, based on the MillScript engine,
hence we inherit the limitations of that engine. e.g. currently only
integer arithmetic is supported, but we will inherit floating point
arithmetic when it is implemented. | moya |
 | Added common implementations for all the basic spread sheet structures
so that individual implementations are much easier. | moya |
 | Added parallel workbook/worksheet/row/column/cell reference hierarchy
to contain the back-pointers to the parent element. This allows us to
easily copy spreadsheets and share elements without having to maintain
all the pointers. | moya |
 | Added rudimentary workbook/worksheet implementation which can handle
very simple Excel spreadsheets, e.g. just numbers and strings, no
formulas yet. | moya |
 | Added as many records as I can find, mostly unimplemented, but at least
they are there. The unimplemented ones came from the OpenOffice and KDE
source. | moya |
 | Added string tokenizing, although it needs full support for the rich
text and Asian phonetic settings. | moya |
 | Added the basic Excel file stream tokenizer, which is intended to
tokenize a workbook/worksheet stream into record tokens. | moya |
 | Added the initial compound document(OLE2) VFS implementation, currently
read-only. | moya |