xlsgen bug fixes

Generate Excel files. Speed. Flexibility. Depth. Robustness.

 

Subscribe our RSS feed

xlsgen 5.0.0.35 : Improved comments


Build 5.0.0.35 of xlsgen introduces improved comments. When an author name is specified, it is automatically added to the comment itself, in bold. Before this build, this had to be done by specific code using rich labels (i.e. text with formatting runs).

Here is how it works (C++) :


xlsgen::IXlsCommentPtr comment11 = worksheet->NewComment(3,2);
comment11->Author = L"stef";
comment11->Label = "my comment";
comment11->Translucid = TRUE;
comment11->Location(6,5,13,8);



Author name added to comments

Posted on 16-August-2024 12:52 | Category: xlsgen, Excel generator | Tags: generating Excel spreadsheets

 

xlsgen 5.0.0.34 : Fix for defined names


Build 5.0.0.34 of xlsgen follows the path of the previous build, this time fixing a scenario with defined names.

Posted on 27-May-2024 12:11 | Category: xlsgen, Excel generator | Tags: generating Excel spreadsheets

 

xlsgen 5.0.0.33 : Fix for undefined names


Build 5.0.0.33 of xlsgen fixes a problem related to undefined names in formulas. The fix updates formulas, when needed, even a part the specifies undefined names, that is defined names without an actual range associated to it. This is for XLSX files. XLS and XLSB formula bytecodes were already covering the scenario properly due to the bytecode nature of it.


Posted on 25-May-2024 15:08 | Category: xlsgen, Excel generator | Tags: generating Excel spreadsheets

 

 

<-- previous page