Released on October 2, 2020
The IWbs.ColumnMappings property contained wrong data types for progress fields from WBS and for fields from minutes. They were always marked as numeric. This had a consequence if such fields were textual in reality. In such a case, the IWbs.GetFullData method returned 0 as their value instead of the actual text.
When the user wanted to remove the empty chapters in the generated sheets, the second phase was not correctly performed on all lines.
The WBS Quantity is now mandatory. At least, the column must be specified in the combo box even if the value itself is not stored in the generated sheets.
Any data in the work area is deleted in the generated sheets before computations. Result is cleaner.
The formula builder used for the algorithms can now guess more accurately the areas and can transform formulas with SUM() , MIN(), and MAX() functions.