文件名称:XL Report 4.123
文件大小:1.83MB
文件格式:EXE
更新时间:2012-05-20 09:35:55
excel report XL
XL Report is a set of Delphi-components for report generation in Microsoft Excel by means of Automation (formerly known as OLE Automation). You should know that Automation is a slow mechanism. Nevertheless, we succeeded in fast algorithms of large data volumes transfer to Excel workbooks. Constructions on the pattern Sheet.Cells[x,y].Value := NewValue are quite a rarity in XL Report sources. The algorithms use only native data types and early binding to the Excel Type Library. We used variables of Variant data type only once or twice to work around some bugs in the Excel Type Library.