LibXL is a library for reading from and writing to Excel files in ACP. Microsoft Excel does not work reliably on server computers, so you need to use LibXL in ACP models instead of Analytica's built-in Excel functions. You can use the SS Lib XL.ana Analytica library which has a set ...
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...
* 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...