GrapeCity Documents v2 SP1 Hotfix
We've released a hotfix for all packages in GrapeCity Documents, a line of high-speed APIs for PDF, Excel, Word, and Imaging.
GcPDF
Changes from version 2.1.0.263:
Fixed
- Incremental update invalidates existing signatures. (TFS:327555)
GcExcel .NET
Enhancements
- Reference GcPdf v2.1.0.265.
Bugs Fixed
- Image size specified in code does not apply on the image in the generated excel file (DOCXLS-787)
- Setting formulas using @ symbol trims the column name.(DOCXLS-804)
- Data label's separator does not return correct value.(DOCXLS-830)
- Cell's value always return 0 when workbook.EnableCalculation is false.(DOCXLS-834)
- Improved the performance of lookup functions when looking up string values.
GcWord
Changes from version 2.1.0.263:
- Synced version with other GrapeCity.Documents packages.
GcImaging
Changes from version 2.1.0.263:
- A self-intersecting PathFigure might cause an IndexOutOfRangeException in BitmapRenderer.
GcExcel Java
Bugs fixed
- Image size specified in code does not apply on the image in the generated excel file (DOCXLS-787)
- Setting formulas using @ symbol trims the column name. (DOCXLS-804)
- Data label's separator does not return correct value. (DOCXLS-830)
- Cell's value always return 0 when workbook.getEnableCalculation() is false.(DOCXLS-834)
- Improved the performance of lookup functions when looking up string values.