What's new in TMS VCL Grid-Excel Bridge
New in v 3.3.1
- New property "MergeCellsUnderImages". The new property MergeCellsUnderImages controls if we merge the cells below the images when importing.
New in v 3.3 - August 2024
- Support for the "Modern C++" compiler in Rad Studio 12.1. We added a WIN64X target.
New in v 3.2 - December 2023
- Rad Studio 12 support. Added Rad Studio 12 Support.
New in v 3.1 - September 2021
- Rad Studio 11 support. Added Rad Studio 11 Support.
New in v 3.0
Unified versioning. Now we have a single versioning between VCL/FMX/FNC Grid-Excel bridges
New documentation system. There are new and improved documentation and examples.
New in v 2.22.1
- Bug Fix. Fixed setup errors.
New in v 2.22
- Bug Fix. The installer could throw an exception when installing in old Delphi versions.
New in v 2.20
- Support for VCL UI Pack. The filters will now install in the VCL UI Pack, instead of in the TMS Component pack.
New in v 2.17.1
- Fixed install error. The setup could fail to find the component pack even if it was installed.
New in v 2.17
- Support for Rad Studio 10.3 Rio. Now the setup will install in Rad Studio 10.3 Rio.
New in v 2.16
- High DPI support. Filters now support high dpi.
New in v 2.15
Support for Rad Studio 10.2 Tokyo. Now the setup will install in Rad Studio 10.2 Tokyo.
New property ImportOptions.HiddenSheets in TAdvGridExcelImport. The property controls if the hidden sheets in the Excel file should be imported or not.
Now the property PrintSettings.Centered of TAdvStringGrid is imported and exported to and from Excel. When ImportOptions.PrintSettings.Centered. is true, FlexCel and the Excel file is set to be horizontally centered, the print options of the grid will be set to centered. Same way, when exporiting and PrintSettings.Centered is true, the Excel file will be centered horizontally on the sheet when printing.
Now when exporting to a Workbook, the sheet selected in the exported file will be the same as the one in the workbook. Before this version the sheet selected in the exported file would be the last. Now it is the sheet selected in the workbook.
Bug Fix. Now when PageNumSep is empty in the grid, the filters won't export the total pages, same as in AdvStringGrid.
New in v 2.14
- Setup will install 64 bit versions of the components. Now the setup will offer to install for 64 bits, so there is no more need to do it manually.
New in v 2.13
- TAdvStringGrid not detected if it was not installed as part of TMS pack or TMS Grid Pack. If you had installed TAdvStringGrid only the filters would refuse to install.
New in v 2.12
- Rad Studio 10.1 Berlin support. Added support for Rad Studio 10.1 Berlin.
New in v 2.11
- Setup would ask for Android installed even if it is not needed. Now the setup won't check you have a valid Android setup in Rad Studio.
New in v 2.10
- Rad Studio 10 Seattle Support. Added support for Rad Studio 10 Seattle.
New in v 2.9
- XE8 Support. Added support for Rad Studio XE8.
New in v 2.8
- Exported images now move with cells. The exported images now aren't fixed to the cells and move when you insert rows.
New in v 2.7
- XE7 Support. Added support for Rad Studio XE7.
New in v 2.6
- XE6 Support. Added support for Rad Studio XE6.
New in v 2.5
- XE5 Support. Added support for Rad Studio XE5.
New in v 2.4.2
- Bug Fix. C++ Builder header files required explicit namespaces. Now namespaces are implicit.
New in v 2.4.1
- Support for users who don't have TMS pack but AdvStringGrid alone. Now the setup will install if you only have AdvStringGrid.
New in v 2.4
XE4 Support. Rad Studio XE4 is now supported.
IgnoreNumericFormat property in the Import options. If you set AdvGridExcelImport.IgnoreNumericFormat to true, it will load the full floats and dates into the grid, instead of the formatted values.
New in v 2.3
- Export grid headers and footers. Now when ExportPrintSettings is true, the grid title will be exported as headers or footers in Excel.
New in v 2.2
- Improved import. Now import ignores formatted but empty columns.
New in v 2.0
Support for exporting the grid to PDF. Now you can export your grid to pdf with AdvGridExcelExport.ExportPdf
Support for exporting the grid to HTML. Now you can export your grid to pdf with AdvGridExcelExport.ExportHtml
Support for exporting cell gradients. Cell gradients in the grid will now be exported to Excel.
New in v 1.2
- Support for exporting grid shapes. Grid shapes will now be exported to Excel.
New in v 1.1.1
- Bug Fix. Issue with Flexcel 5.1 compatibility.
New in v 1.1
- FlexCel 5.1 compatibility. This new version now builds with FlexCel 5.1
New in v 1.0
- First release. This is the first release of the redesigned components to replace AdvGridExcelIO. With respect to AdvGridExcelIO, we now export checkboxes, html in cells, and multiple images. Support for xlsx in exporting and importing