FlexCel is one of the most robust and comprehensive component suites for native Excel reports and file generation using VCL and FireMonkey. It includes over 300 Excel functions for calculation. The best part is that it is a cross-platform component suite with native support for reading and creating Excel files.
TMS FlexCel supports more than that. For instance, you can export .XLS & .XLSX files to SVG and creates complex reports using Excel that supports images, comments, pivot tables, charts, conditional formats, and almost anything you need.
Many developers like the abstractions of the TMS FlexCel that provides you to build applications in no time without writing too much code. Furthermore, FlexCel has full documentation and more than 50+ samples which shows all the functionalities of the TMS FlexCel components.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
var work: TWorkspace; begin // The workspace will own the TXLsFile objects, // so we won't need to free them. // If we set the parameter to false, // we would have to manually free the TXLsFile objects work := TWorkspace.Create(True); try work.Add('xls1', TXlsFile.Create('File1.xlsx')); work.Add('xls2', TXlsFile.Create('File2.xlsx')); work.Add('xls3', TXlsFile.Create('File3.xlsx')); // Either work.Recalc, xls1.Recalc, xls2.Recalc or xls3.Recalc will recalculate all the files in the workspace. work.Recalc(True); finally work.Free; end; end; |
You can Manipulate Excel Files On Windows, Android, iOS, macOS, and Linux with the use of Cross-Platform App Builder. Request a Free Trial here.
Design. Code. Compile. Deploy.
Start Free Trial Upgrade Today
Free Delphi Community Edition Free C++Builder Community Edition