fixed a bug with using a wide string (const wchar_t*) in filename parameter of theBook::save()method and _UNICODE preprocesor definition for saving xls files on non-Windows platforms (xls) fixed a bug with reading formula expressions with functions with numbers in names such as LOG10 in...
No formats:Currently I have not exposed any reading or changing of cell formats. It just reads/writes cell values. Can’t change file type:If you read a *.XLSX file, you must save it as a *.XLSX file -- you can’t change it to a *.XLS format. Similarly, *.XLS files must rem...
* While reading data from the stream, 'dc' is active and a callback * is expected. Most actions in process_record() start a callback of * their own. Those which don't return out and stream_continue() sets * up the next action. * * PHASE_NORMAL: * This phase is used for regula...