【例子介绍】TMS FlexCel Studio v6.0.2.0 for Delphi 6-XE Full Source
FlexCel是一款处理Excel文件的Delphi 控件套包。更有大量的API能直接读写本地Excel文件。Flexcel可完成在未安装Excel的OS-X或Windows系统的机器上读取或创建复杂的电子数据表。
【相关图片】
【源码结构】
.
├── TMS.FlexCelVCL.6.0.2.0
│ ├── Demo
│ │ └── Delphi
│ │ ├── AllForms.inc
│ │ ├── AllUnits.inc
│ │ ├── MainDemo.dpr
│ │ ├── MainDemo.lpr
│ │ ├── MainDemo.res
│ │ ├── MainDemo.rtf
│ │ ├── Modules
│ │ │ ├── 10.API
│ │ │ │ ├── 10.GettingStarted
│ │ │ │ │ ├── GettingStarted.dpr
│ │ │ │ │ ├── GettingStarted.lpr
│ │ │ │ │ ├── GettingStarted.res
│ │ │ │ │ ├── GettingStarted.rtf
│ │ │ │ │ ├── UGettingStarted.dfm
│ │ │ │ │ ├── UGettingStarted.lfm
│ │ │ │ │ ├── UGettingStarted.lrs
│ │ │ │ │ ├── UGettingStarted.pas
│ │ │ │ │ └── poweredbyflexcel.png
│ │ │ │ ├── 20.Reading Files
│ │ │ │ │ ├── Reading Files.rtf
│ │ │ │ │ ├── ReadingFiles.dpr
│ │ │ │ │ ├── ReadingFiles.lpr
│ │ │ │ │ ├── ReadingFiles.res
│ │ │ │ │ ├── UReadingFiles.dfm
│ │ │ │ │ ├── UReadingFiles.lfm
│ │ │ │ │ ├── UReadingFiles.lrs
│ │ │ │ │ └── UReadingFiles.pas
│ │ │ │ ├── 30.FlexCelImageExplorer
│ │ │ │ │ ├── FlexCelImageExplorer.dpr
│ │ │ │ │ ├── FlexCelImageExplorer.lpr
│ │ │ │ │ ├── FlexCelImageExplorer.res
│ │ │ │ │ ├── FlexCelImageExplorer.rtf
│ │ │ │ │ ├── UFlexCelImageExplorer.dfm
│ │ │ │ │ ├── UFlexCelImageExplorer.lfm
│ │ │ │ │ ├── UFlexCelImageExplorer.lrs
│ │ │ │ │ └── UFlexCelImageExplorer.pas
│ │ │ │ ├── 40.Copy And Paste
│ │ │ │ │ ├── Copy And Paste.rtf
│ │ │ │ │ ├── CopyAndPaste.dpr
│ │ │ │ │ ├── CopyAndPaste.lpr
│ │ │ │ │ ├── CopyAndPaste.res
│ │ │ │ │ ├── UCopyAndPaste.dfm
│ │ │ │ │ ├── UCopyAndPaste.lfm
│ │ │ │ │ ├── UCopyAndPaste.lrs
│ │ │ │ │ └── UCopyAndPaste.pas
│ │ │ │ ├── 70.HyperLinks
│ │ │ │ │ ├── HyperLinks.dpr
│ │ │ │ │ ├── HyperLinks.lpr
│ │ │ │ │ ├── HyperLinks.res
│ │ │ │ │ ├── HyperLinks.rtf
│ │ │ │ │ ├── UHelp.dfm
│ │ │ │ │ ├── UHelp.lfm
│ │ │ │ │ ├── UHelp.lrs
│ │ │ │ │ ├── UHelp.pas
│ │ │ │ │ ├── UHyperLinks.dfm
│ │ │ │ │ ├── UHyperLinks.lfm
│ │ │ │ │ ├── UHyperLinks.lrs
│ │ │ │ │ └── UHyperLinks.pas
│ │ │ │ ├── 80.Intraweb
│ │ │ │ │ ├── Intraweb.Template.xls
│ │ │ │ │ ├── Intraweb.dpr
│ │ │ │ │ ├── Intraweb.lpr
│ │ │ │ │ ├── Intraweb.res
│ │ │ │ │ ├── Intraweb.rtf
│ │ │ │ │ ├── ServerController.dfm
│ │ │ │ │ ├── ServerController.lfm
│ │ │ │ │ ├── ServerController.lrs
│ │ │ │ │ ├── ServerController.pas
│ │ │ │ │ ├── UIntraweb.dfm
│ │ │ │ │ ├── UIntraweb.lfm
│ │ │ │ │ ├── UIntraweb.lrs
│ │ │ │ │ ├── UIntraweb.pas
│ │ │ │ │ ├── UserSessionUnit.dfm
│ │ │ │ │ ├── UserSessionUnit.lfm
│ │ │ │ │ ├── UserSessionUnit.lrs
│ │ │ │ │ └── UserSessionUnit.pas
│ │ │ │ ├── 99.Performance
│ │ │ │ │ ├── Performance.dpr
│ │ │ │ │ ├── Performance.lpr
│ │ │ │ │ ├── Performance.res
│ │ │ │ │ ├── Performance.rtf
│ │ │ │ │ ├── Test.png
│ │ │ │ │ ├── UPerformance.dfm
│ │ │ │ │ ├── UPerformance.lfm
│ │ │ │ │ ├── UPerformance.lrs
│ │ │ │ │ ├── UPerformance.pas
│ │ │ │ │ └── UReportThread.pas
│ │ │ │ ├── 995.Stability
│ │ │ │ │ ├── Stability.dpr
│ │ │ │ │ ├── Stability.lpr
│ │ │ │ │ ├── Stability.res
│ │ │ │ │ ├── Stability.rtf
│ │ │ │ │ ├── Test.xls
│ │ │ │ │ ├── Test2.xls
│ │ │ │ │ ├── UStability.dfm
│ │ │ │ │ ├── UStability.lfm
│ │ │ │ │ ├── UStability.lrs
│ │ │ │ │ └── UStability.pas
│ │ │ │ └── API.rtf
│ │ │ ├── 20.Reports
│ │ │ │ ├── 10.Getting Started Reports
│ │ │ │ │ ├── Getting Started Reports.rtf
│ │ │ │ │ ├── Getting Started Reports.template.xls
│ │ │ │ │ ├── GettingStartedReports.dpr
│ │ │ │ │ ├── GettingStartedReports.lpr
│ │ │ │ │ ├── GettingStartedReports.res
│ │ │ │ │ ├── UGettingStartedReports.dfm
│ │ │ │ │ ├── UGettingStartedReports.lfm
│ │ │ │ │ ├── UGettingStartedReports.lrs
│ │ │ │ │ └── UGettingStartedReports.pas
│ │ │ │ ├── 20.Getting Started With Database Reports
│ │ │ │ │ ├── Getting Started With Database Reports.rtf
│ │ │ │ │ ├── Getting Started With Database Reports.template.xls
│ │ │ │ │ ├── GettingStartedWithDatabaseReports.dpr
│ │ │ │ │ ├── GettingStartedWithDatabaseReports.lpr
│ │ │ │ │ ├── GettingStartedWithDatabaseReports.res
│ │ │ │ │ ├── UGettingStartedWithDatabaseReports.dfm
│ │ │ │ │ ├── UGettingStartedWithDatabaseReports.lfm
│ │ │ │ │ ├── UGettingStartedWithDatabaseReports.lrs
│ │ │ │ │ └── UGettingStartedWithDatabaseReports.pas
│ │ │ │ ├── 30.Database Reports
│ │ │ │ │ ├── Database Reports.rtf
│ │ │ │ │ ├── Database Reports.template.xls
│ │ │ │ │ ├── DatabaseReports.dpr
│ │ │ │ │ ├── DatabaseReports.lpr
│ │ │ │ │ ├── DatabaseReports.res
│ │ │ │ │ ├── UDatabaseReports.dfm
│ │ │ │ │ ├── UDatabaseReports.lfm
│ │ │ │ │ ├── UDatabaseReports.lrs
│ │ │ │ │ └── UDatabaseReports.pas
│ │ │ │ ├── 40.Multiple Master Detail
│ │ │ │ │ ├── Multiple Master Detail.rtf
│ │ │ │ │ ├── Multiple Master Detail.template.xls
│ │ │ │ │ ├── MultipleMasterDetail.dpr
│ │ │ │ │ ├── MultipleMasterDetail.lpr
│ │ │ │ │ ├── MultipleMasterDetail.res
│ │ │ │ │ ├── UMultipleMasterDetail.dfm
│ │ │ │ │ ├── UMultipleMasterDetail.lfm
│ │ │ │ │ ├── UMultipleMasterDetail.lrs
│ │ │ │ │ └── UMultipleMasterDetail.pas
│ │ │ │ ├── 50.Multiple Sheets
│ │ │ │ │ ├── Multiple Sheets.rtf
│ │ │ │ │ ├── Multiple Sheets.template.xls
│ │ │ │ │ ├── MultipleSheets.dpr
│ │ │ │ │ ├── MultipleSheets.lpr
│ │ │ │ │ ├── MultipleSheets.res
│ │ │ │ │ ├── UMultipleSheets.dfm
│ │ │ │ │ ├── UMultipleSheets.lfm
│ │ │ │ │ ├── UMultipleSheets.lrs
│ │ │ │ │ └── UMultipleSheets.pas
│ │ │ │ ├── 60.Pivot Tables
│ │ │ │ │ ├── Pivot Tables.rtf
│ │ │ │ │ ├── Pivot Tables.template.xls
│ │ │ │ │ ├── PivotTables.dpr
│ │ │ │ │ ├── PivotTables.lpr
│ │ │ │ │ ├── PivotTables.res
│ │ │ │ │ ├── UPivotTables.dfm
│ │ │ │ │ ├── UPivotTables.lfm
│ │ │ │ │ ├── UPivotTables.lrs
│ │ │ │ │ └── UPivotTables.pas
│ │ │ │ ├── 70.Charts
│ │ │ │ │ ├── Charts.dpr
│ │ │ │ │ ├── Charts.lpr
│ │ │ │ │ ├── Charts.res
│ │ │ │ │ ├── Charts.rtf
│ │ │ │ │ ├── Charts.template.xls
│ │ │ │ │ ├── UCharts.dfm
│ │ │ │ │ ├── UCharts.lfm
│ │ │ │ │ ├── UCharts.lrs
│ │ │ │ │ └── UCharts.pas
│ │ │ │ ├── 80.Images And Comments
│ │ │ │ │ ├── Images And Comments.rtf
│ │ │ │ │ ├── Images And Comments.template.xls
│ │ │ │ │ ├── ImagesAndComments.dpr
│ │ │ │ │ ├── ImagesAndComments.lpr
│ │ │ │ │ ├── ImagesAndComments.res
│ │ │ │ │ ├── UImagesAndComments.dfm
│ │ │ │ │ ├── UImagesAndComments.lfm
│ │ │ │ │ ├── UImagesAndComments.lrs
│ │ │ │ │ └── UImagesAndComments.pas
│ │ │ │ ├── 85.Images And Multiple Sheets
│ │ │ │ │ ├── Images And Multiple Sheets.rtf
│ │ │ │ │ ├── Images And Multiple Sheets.template.xls
│ │ │ │ │ ├── ImagesAndMultipleSheets.dpr
│ │ │ │ │ ├── ImagesAndMultipleSheets.lpr
│ │ │ │ │ ├── ImagesAndMultipleSheets.res
│ │ │ │ │ ├── UImagesAndMultipleSheets.dfm
│ │ │ │ │ ├── UImagesAndMultipleSheets.lfm
│ │ │ │ │ ├── UImagesAndMultipleSheets.lrs
│ │ │ │ │ └── UImagesAndMultipleSheets.pas
│ │ │ │ ├── 87.Generic Reports
│ │ │ │ │ ├── Generic Reports.rtf
│ │ │ │ │ ├── Generic Reports.template.xls
│ │ │ │ │ ├── GenericReports.dpr
│ │ │ │ │ ├── GenericReports.lpr
│ │ │ │ │ ├── GenericReports.res
│ │ │ │ │ ├── UGenericReports.dfm
│ │ │ │ │ ├── UGenericReports.lfm
│ │ │ │ │ ├── UGenericReports.lrs
│ │ │ │ │ └── UGenericReports.pas
│ │ │ │ ├── 88.Side By Side Columns
│ │ │ │ │ ├── Side By Side Columns.rtf
│ │ │ │ │ ├── Side By Side Columns.template.xls
│ │ │ │ │ ├── SideBySideColumns.dpr
│ │ │ │ │ ├── SideBySideColumns.lpr
│ │ │ │ │ ├── SideBySideColumns.res
│ │ │ │ │ ├── USideBySideColumns.dfm
│ │ │ │ │ ├── USideBySideColumns.lfm
│ │ │ │ │ ├── USideBySideColumns.lrs
│ │ │ │ │ └── USideBySideColumns.pas
│ │ │ │ ├── 90.Threads
│ │ │ │ │ ├── Threads.dpr
│ │ │ │ │ ├── Threads.lpr
│ │ │ │ │ ├── Threads.res
│ │ │ │ │ ├── Threads.rtf
│ │ │ │ │ ├── Threads.template.xls
│ │ │ │ │ ├── UAbout.dfm
│ │ │ │ │ ├── UAbout.lfm
│ │ │ │ │ ├── UAbout.lrs
│ │ │ │ │ ├── UAbout.pas
│ │ │ │ │ ├── UBDEThreadData.dfm
│ │ │ │ │ ├── UBDEThreadData.lfm
│ │ │ │ │ ├── UBDEThreadData.lrs
│ │ │ │ │ ├── UBDEThreadData.pas
│ │ │ │ │ ├── UFlxRepThread.pas
│ │ │ │ │ ├── UThreadData.dfm
│ │ │ │ │ ├── UThreadData.lfm
│ │ │ │ │ ├── UThreadData.lrs
│ │ │ │ │ ├── UThreadData.pas
│ │ │ │ │ ├── UThreads.dfm
│ │ │ │ │ ├── UThreads.lfm
│ │ │ │ │ ├── UThreads.lrs
│ │ │ │ │ └── UThreads.pas
│ │ │ │ ├── A0.Array Of Variants
│ │ │ │ │ ├── Array Of Variants.rtf
│ │ │ │ │ ├── Array Of Variants.xls
│ │ │ │ │ ├── ArrayOfVariants.dpr
│ │ │ │ │ ├── ArrayOfVariants.lpr
│ │ │ │ │ ├── ArrayOfVariants.res
│ │ │ │ │ ├── UArrayOfVariants.dfm
│ │ │ │ │ ├── UArrayOfVariants.lfm
│ │ │ │ │ ├── UArrayOfVariants.lrs
│ │ │ │ │ └── UArrayOfVariants.pas
│ │ │ │ ├── A3.In Memory Datasets
│ │ │ │ │ ├── In Memory Datasets.rtf
│ │ │ │ │ ├── In Memory Datasets.template.xls
│ │ │ │ │ ├── InMemoryDatasets.dpr
│ │ │ │ │ ├── InMemoryDatasets.lpr
│ │ │ │ │ ├── InMemoryDatasets.res
│ │ │ │ │ ├── UInMemoryDataSets.dfm
│ │ │ │ │ ├── UInMemoryDataSets.lfm
│ │ │ │ │ ├── UInMemoryDataSets.lrs
│ │ │ │ │ └── UInMemoryDataSets.pas
│ │ │ │ ├── A6.User Defined Functions
│ │ │ │ │ ├── UUserDefinedFunctions.dfm
│ │ │ │ │ ├── UUserDefinedFunctions.lfm
│ │ │ │ │ ├── UUserDefinedFunctions.lrs
│ │ │ │ │ ├── UUserDefinedFunctions.pas
│ │ │ │ │ ├── User Defined Functions.rtf
│ │ │ │ │ ├── User Defined functions.template.xls
│ │ │ │ │ ├── UserDefinedFunctions.dpr
│ │ │ │ │ ├── UserDefinedFunctions.lpr
│ │ │ │ │ └── UserDefinedFunctions.res
│ │ │ │ └── Reports.rtf
│ │ │ ├── 25.Printing and Exporting
│ │ │ │ ├── 10.XlsViewer
│ │ │ │ │ ├── UFormatDialog.dfm
│ │ │ │ │ ├── UFormatDialog.lfm
│ │ │ │ │ ├── UFormatDialog.lrs
│ │ │ │ │ ├── UFormatDialog.pas
│ │ │ │ │ ├── UPreview.dfm
│ │ │ │ │ ├── UPreview.lfm
│ │ │ │ │ ├── UPreview.lrs
│ │ │ │ │ ├── UPreview.pas
│ │ │ │ │ ├── UXlsViewer.dfm
│ │ │ │ │ ├── UXlsViewer.lfm
│ │ │ │ │ ├── UXlsViewer.lrs
│ │ │ │ │ ├── UXlsViewer.pas
│ │ │ │ │ ├── XlsViewer.dpr
│ │ │ │ │ ├── XlsViewer.lpr
│ │ │ │ │ ├── XlsViewer.res
│ │ │ │ │ └── XlsViewer.rtf
│ │ │ │ ├── 60.AdvGridExport
│ │ │ │ │ ├── AdvGridExport.dpr
│ │ │ │ │ ├── AdvGridExport.lpr
│ │ │ │ │ ├── AdvGridExport.res
│ │ │ │ │ ├── AdvGridExport.rtf
│ │ │ │ │ ├── UAdvGridExport.dfm
│ │ │ │ │ ├── UAdvGridExport.lfm
│ │ │ │ │ ├── UAdvGridExport.lrs
│ │ │ │ │ ├── UAdvGridExport.pas
│ │ │ │ │ ├── demotemplate.xls
│ │ │ │ │ └── result.xls
│ │ │ │ └── Printing and Exporting.rtf
│ │ │ ├── 30.Documentation
│ │ │ │ └── Documentation.rtf
│ │ │ └── 40.Thanks
│ │ │ └── Thanks.rtf
│ │ ├── UMainDemo.dfm
│ │ ├── UMainDemo.lfm
│ │ ├── UMainDemo.lrs
│ │ └── UMainDemo.pas
│ ├── Documentation
│ │ ├── FlexCelInLazarus.pdf
│ │ ├── FlexCelReportsDesign.pdf
│ │ ├── GettingStarted
│ │ │ ├── StartNext.htm
│ │ │ ├── StartUsing_xthe_xcomponents.htm
│ │ │ ├── StartUsing_xthe_xdocumentation.htm
│ │ │ ├── StartWelcome.htm
│ │ │ └── images
│ │ │ ├── StartNext_image1.png
│ │ │ ├── StartUsing_xthe_xcomponents_image1.png
│ │ │ ├── StartUsing_xthe_xcomponents_image2.png
│ │ │ ├── StartUsing_xthe_xcomponents_image3.png
│ │ │ ├── StartUsing_xthe_xcomponents_image4.png
│ │ │ ├── StartUsing_xthe_xdocumentation_image1.png
│ │ │ ├── StartUsing_xthe_xdocumentation_image2.png
│ │ │ ├── StartUsing_xthe_xdocumentation_image3.png
│ │ │ ├── StartUsing_xthe_xdocumentation_image4.png
│ │ │ └── StartWelcome_image1.png
│ │ ├── Help2005
│ │ │ ├── FlexCelVCL2005.HxC
│ │ │ ├── FlexCelVCL2005.HxF
│ │ │ ├── FlexCelVCL2005.HxS
│ │ │ ├── FlexCelVCL2005.HxT
│ │ │ ├── FlexCelVCL2005_A.HxK
│ │ │ ├── FlexCelVCL2005_COL_MASTER.HxC
│ │ │ ├── FlexCelVCL2005_COL_MASTER.HxT
│ │ │ ├── FlexCelVCL2005_COL_MASTER_A.HxK
│ │ │ ├── FlexCelVCL2005_COL_MASTER_F.HxK
│ │ │ ├── FlexCelVCL2005_COL_MASTER_K.HxK
│ │ │ ├── FlexCelVCL2005_COL_MASTER_NamedURL.HxK
│ │ │ ├── FlexCelVCL2005_F.HxK
│ │ │ ├── FlexCelVCL2005_K.HxK
│ │ │ └── FlexCelVCL2005_NamedURL.HxK
│ │ ├── Help2006
│ │ │ ├── FlexCelVCL2006.HxC
│ │ │ ├── FlexCelVCL2006.HxF
│ │ │ ├── FlexCelVCL2006.HxS
│ │ │ ├── FlexCelVCL2006.HxT
│ │ │ ├── FlexCelVCL2006_A.HxK
│ │ │ ├── FlexCelVCL2006_COL_MASTER.HxC
│ │ │ ├── FlexCelVCL2006_COL_MASTER.HxT
│ │ │ ├── FlexCelVCL2006_COL_MASTER_A.HxK
│ │ │ ├── FlexCelVCL2006_COL_MASTER_F.HxK
│ │ │ ├── FlexCelVCL2006_COL_MASTER_K.HxK
│ │ │ ├── FlexCelVCL2006_COL_MASTER_NamedURL.HxK
│ │ │ ├── FlexCelVCL2006_F.HxK
│ │ │ ├── FlexCelVCL2006_K.HxK
│ │ │ └── FlexCelVCL2006_NamedURL.HxK
│ │ ├── Help2007
│ │ │ ├── FlexCelVCL2007.HxC
│ │ │ ├── FlexCelVCL2007.HxF
│ │ │ ├── FlexCelVCL2007.HxS
│ │ │ ├── FlexCelVCL2007.HxT
│ │ │ ├── FlexCelVCL2007_A.HxK
│ │ │ ├── FlexCelVCL2007_COL_MASTER.HxC
│ │ │ ├── FlexCelVCL2007_COL_MASTER.HxT
│ │ │ ├── FlexCelVCL2007_COL_MASTER_A.HxK
│ │ │ ├── FlexCelVCL2007_COL_MASTER_F.HxK
│ │ │ ├── FlexCelVCL2007_COL_MASTER_K.HxK
│ │ │ ├── FlexCelVCL2007_COL_MASTER_NamedURL.HxK
│ │ │ ├── FlexCelVCL2007_F.HxK
│ │ │ ├── FlexCelVCL2007_K.HxK
│ │ │ └── FlexCelVCL2007_NamedURL.HxK
│ │ ├── Help2009
│ │ │ ├── FlexCelVCL2009.HxC
│ │ │ ├── FlexCelVCL2009.HxF
│ │ │ ├── FlexCelVCL2009.HxS
│ │ │ ├── FlexCelVCL2009.HxT
│ │ │ ├── FlexCelVCL2009_A.HxK
│ │ │ ├── FlexCelVCL2009_COL_MASTER.HxC
│ │ │ ├── FlexCelVCL2009_COL_MASTER.HxT
│ │ │ ├── FlexCelVCL2009_COL_MASTER_A.HxK
│ │ │ ├── FlexCelVCL2009_COL_MASTER_F.HxK
│ │ │ ├── FlexCelVCL2009_COL_MASTER_K.HxK
│ │ │ ├── FlexCelVCL2009_COL_MASTER_NamedURL.HxK
│ │ │ ├── FlexCelVCL2009_F.HxK
│ │ │ ├── FlexCelVCL2009_K.HxK
│ │ │ └── FlexCelVCL2009_NamedURL.HxK
│ │ ├── Help2010
│ │ │ ├── FlexCelVCL2010.HxC
│ │ │ ├── FlexCelVCL2010.HxF
│ │ │ ├── FlexCelVCL2010.HxS
│ │ │ ├── FlexCelVCL2010.HxT
│ │ │ ├── FlexCelVCL2010_A.HxK
│ │ │ ├── FlexCelVCL2010_COL_MASTER.HxC
│ │ │ ├── FlexCelVCL2010_COL_MASTER.HxT
│ │ │ ├── FlexCelVCL2010_COL_MASTER_A.HxK
│ │ │ ├── FlexCelVCL2010_COL_MASTER_F.HxK
│ │ │ ├── FlexCelVCL2010_COL_MASTER_K.HxK
│ │ │ ├── FlexCelVCL2010_COL_MASTER_NamedURL.HxK
│ │ │ ├── FlexCelVCL2010_F.HxK
│ │ │ ├── FlexCelVCL2010_K.HxK
│ │ │ └── FlexCelVCL2010_NamedURL.HxK
│ │ ├── Help67
│ │ │ ├── FLEXCELD67.HLP
│ │ │ ├── FlexCelD67.als
│ │ │ └── FlexCelD67.cnt
│ │ ├── HelpXE
│ │ │ ├── FlexCelVCLXE.HxC
│ │ │ ├── FlexCelVCLXE.HxF
│ │ │ ├── FlexCelVCLXE.HxS
│ │ │ ├── FlexCelVCLXE.HxT
│ │ │ ├── FlexCelVCLXE_A.HxK
│ │ │ ├── FlexCelVCLXE_COL_MASTER.HxC
│ │ │ ├── FlexCelVCLXE_COL_MASTER.HxT
│ │ │ ├── FlexCelVCLXE_COL_MASTER_A.HxK
│ │ │ ├── FlexCelVCLXE_COL_MASTER_F.HxK
│ │ │ ├── FlexCelVCLXE_COL_MASTER_K.HxK
│ │ │ ├── FlexCelVCLXE_COL_MASTER_NamedURL.HxK
│ │ │ ├── FlexCelVCLXE_F.HxK
│ │ │ ├── FlexCelVCLXE_K.HxK
│ │ │ └── FlexCelVCLXE_NamedURL.HxK
│ │ ├── UsingFlexCelAPI.pdf
│ │ ├── UsingFlexCelReports.pdf
│ │ └── whatsnew.htm
│ ├── FLXCOMPILER.INC
│ ├── FLXCONFIG.INC
│ ├── Setup
│ │ ├── InnovaHxReg.exe
│ │ ├── RegHelp.exe
│ │ └── toolboxvcl.exe
│ ├── Source
│ │ ├── AdvGridExcel.pas
│ │ ├── DFlexCelReportEditor.pas
│ │ ├── EmptySheet.RC
│ │ ├── EmptySheet.lrs
│ │ ├── EmptySheet.res
│ │ ├── EmptySheet.xls
│ │ ├── FLEXCEL.INC
│ │ ├── FLXCOMPILER.INC
│ │ ├── FlexCel2005.bdsproj
│ │ ├── FlexCel2005.cfg
│ │ ├── FlexCel2005.dpk
│ │ ├── FlexCel2005.res
│ │ ├── FlexCel2005_DESIGN.bdsproj
│ │ ├── FlexCel2005_DESIGN.cfg
│ │ ├── FlexCel2005_DESIGN.dpk
│ │ ├── FlexCel2005_DESIGN.res
│ │ ├── FlexCel2006.bdsproj
│ │ ├── FlexCel2006.cfg
│ │ ├── FlexCel2006.dpk
│ │ ├── FlexCel2006.res
│ │ ├── FlexCel2006_DESIGN.bdsproj
│ │ ├── FlexCel2006_DESIGN.cfg
│ │ ├── FlexCel2006_DESIGN.dpk
│ │ ├── FlexCel2006_DESIGN.res
│ │ ├── FlexCel2007.cbproj
│ │ ├── FlexCel2007.cpp
│ │ ├── FlexCel2007.dpk
│ │ ├── FlexCel2007.dproj
│ │ ├── FlexCel2007.res
│ │ ├── FlexCel2007_DESIGN.cbproj
│ │ ├── FlexCel2007_DESIGN.cpp
│ │ ├── FlexCel2007_DESIGN.dpk
│ │ ├── FlexCel2007_DESIGN.dproj
│ │ ├── FlexCel2007_DESIGN.res
│ │ ├── FlexCel2009.cbproj
│ │ ├── FlexCel2009.cpp
│ │ ├── FlexCel2009.dpk
│ │ ├── FlexCel2009.dproj
│ │ ├── FlexCel2009.res
│ │ ├── FlexCel2009_DESIGN.cbproj
│ │ ├── FlexCel2009_DESIGN.cpp
│ │ ├── FlexCel2009_DESIGN.dpk
│ │ ├── FlexCel2009_DESIGN.dproj
│ │ ├── FlexCel2009_DESIGN.res
│ │ ├── FlexCel2010.cbproj
│ │ ├── FlexCel2010.cpp
│ │ ├── FlexCel2010.dpk
│ │ ├── FlexCel2010.dproj
│ │ ├── FlexCel2010.res
│ │ ├── FlexCel2010_DESIGN.cbproj
│ │ ├── FlexCel2010_DESIGN.cpp
│ │ ├── FlexCel2010_DESIGN.dpk
│ │ ├── FlexCel2010_DESIGN.dproj
│ │ ├── FlexCel2010_DESIGN.res
│ │ ├── FlexCel60.cfg
│ │ ├── FlexCel60.dof
│ │ ├── FlexCel60.dpk
│ │ ├── FlexCel60.res
│ │ ├── FlexCel60_DESIGN.cfg
│ │ ├── FlexCel60_DESIGN.dof
│ │ ├── FlexCel60_DESIGN.dpk
│ │ ├── FlexCel60_DESIGN.res
│ │ ├── FlexCel70.cfg
│ │ ├── FlexCel70.dof
│ │ ├── FlexCel70.dpk
│ │ ├── FlexCel70.res
│ │ ├── FlexCel70_DESIGN.cfg
│ │ ├── FlexCel70_DESIGN.dof
│ │ ├── FlexCel70_DESIGN.dpk
│ │ ├── FlexCel70_DESIGN.res
│ │ ├── FlexCelVersion.inc
│ │ ├── FlexCelXE.cbproj
│ │ ├── FlexCelXE.cpp
│ │ ├── FlexCelXE.dpk
│ │ ├── FlexCelXE.dproj
│ │ ├── FlexCelXE.res
│ │ ├── FlexCelXE_DESIGN.cbproj
│ │ ├── FlexCelXE_DESIGN.cpp
│ │ ├── FlexCelXE_DESIGN.dpk
│ │ ├── FlexCelXE_DESIGN.dproj
│ │ ├── FlexCelXE_DESIGN.res
│ │ ├── FlxChinese.inc
│ │ ├── FlxEnglish.inc
│ │ ├── FlxFinnish.inc
│ │ ├── FlxFrench.inc
│ │ ├── FlxGerman.inc
│ │ ├── FlxItalian.inc
│ │ ├── FlxPolish.inc
│ │ ├── FlxPortugueseBR.inc
│ │ ├── FlxRomanian.inc
│ │ ├── FlxRussian.inc
│ │ ├── FlxSpanish.inc
│ │ ├── IDOAFlexcel.res
│ │ ├── IFlexCelGrid.res
│ │ ├── IFlexCelImport.res
│ │ ├── IFlexCelPreview.res
│ │ ├── IFlexCelReport.res
│ │ ├── IFlexCelReportNoDB.res
│ │ ├── IFlxAdvSg.res
│ │ ├── IFlxMemTable.res
│ │ ├── IIBOFlexcel.res
│ │ ├── IXLSAdapter.res
│ │ ├── IXlsTemplateStore.res
│ │ ├── KCFlexCel.res
│ │ ├── TBaseRecordListHdr.inc
│ │ ├── TBaseRecordListImp.inc
│ │ ├── TBaseRowColListHdr.inc
│ │ ├── TBaseRowColListImp.inc
│ │ ├── TBaseRowColRecordListHdr.inc
│ │ ├── TBaseRowColRecordListImp.inc
│ │ ├── TBmpCacheListHdr.inc
│ │ ├── TBmpCacheListImp.inc
│ │ ├── TBoundSheetRecordListHdr.inc
│ │ ├── TBoundSheetRecordListImp.inc
│ │ ├── TCFRecordListHdr.inc
│ │ ├── TCFRecordListImp.inc
│ │ ├── TCellListHdr.inc
│ │ ├── TCellListImp.inc
│ │ ├── TCellRecordListHdr.inc
│ │ ├── TCellRecordListImp.inc
│ │ ├── TChartAIRecordCacheHdr.inc
│ │ ├── TChartAIRecordCacheImp.inc
│ │ ├── TChartListHdr.inc
│ │ ├── TChartListImp.inc
│ │ ├── TColInfoListHdr.inc
│ │ ├── TColInfoListImp.inc
│ │ ├── TDrawingListHdr.inc
│ │ ├── TDrawingListImp.inc
│ │ ├── TEscherAnchorCacheHdr.inc
│ │ ├── TEscherAnchorCacheImp.inc
│ │ ├── TEscherOPTCacheHdr.inc
│ │ ├── TEscherOPTCacheImp.inc
│ │ ├── TEscherObjCacheHdr.inc
│ │ ├── TEscherObjCacheImp.inc
│ │ ├── TEscherRecordCacheHdr.inc
│ │ ├── TEscherRecordCacheImp.inc
│ │ ├── TEscherRecordListHdr.inc
│ │ ├── TEscherRecordListImp.inc
│ │ ├── TEscherShapeCacheHdr.inc
│ │ ├── TEscherShapeCacheImp.inc
│ │ ├── TExcelBandListHdr.inc
│ │ ├── TExcelBandListImp.inc
│ │ ├── TExcelDbListHdr.inc
│ │ ├── TExcelDbListImp.inc
│ │ ├── TExternRefListHdr.inc
│ │ ├── TExternRefListImp.inc
│ │ ├── TFLEXCELGRID.lrs
│ │ ├── TFLEXCELIMPORT.lrs
│ │ ├── TFLEXCELPREVIEW.lrs
│ │ ├── TFLEXCELREPORT.lrs
│ │ ├── TFLEXCELREPORTNODB.lrs
│ │ ├── TFLXMEMTABLE.lrs
│ │ ├── TFlxMasterListHdr.inc
│ │ ├── TFlxMasterListImp.inc
│ │ ├── TFlxPropListHdr.inc
│ │ ├── TFlxPropListImp.inc
│ │ ├── TFlxRecordListHdr.inc
│ │ ├── TFlxRecordListImp.inc
│ │ ├── TFontRecordListHdr.inc
│ │ ├── TFontRecordListImp.inc
│ │ ├── TFormatRecordListHdr.inc
│ │ ├── TFormatRecordListImp.inc
│ │ ├── TFormulaCacheHdr.inc
│ │ ├── TFormulaCacheImp.inc
│ │ ├── THLinkListHdr.inc
│ │ ├── THLinkListImp.inc
│ │ ├── THPageBreakListHdr.inc
│ │ ├── THPageBreakListImp.inc
│ │ ├── TNameRecordListHdr.inc
│ │ ├── TNameRecordListImp.inc
│ │ ├── TNoteListHdr.inc
│ │ ├── TNoteListImp.inc
│ │ ├── TNoteRecordListHdr.inc
│ │ ├── TNoteRecordListImp.inc
│ │ ├── TPictureDataListHdr.inc
│ │ ├── TPictureDataListImp.inc
│ │ ├── TRangeListHdr.inc
│ │ ├── TRangeListImp.inc
│ │ ├── TRowRecordListHdr.inc
│ │ ├── TRowRecordListImp.inc
│ │ ├── TSSTHdr.inc
│ │ ├── TSSTImp.inc
│ │ ├── TSheetListHdr.inc
│ │ ├── TSheetListImp.inc
│ │ ├── TShrFmlaRecordListHdr.inc
│ │ ├── TShrFmlaRecordListImp.inc
│ │ ├── TSpawnedCellListHdr.inc
│ │ ├── TSpawnedCellListImp.inc
│ │ ├── TStorageListCacheHdr.inc
│ │ ├── TStorageListCacheImp.inc
│ │ ├── TSupBookRecordListHdr.inc
│ │ ├── TSupBookRecordListImp.inc
│ │ ├── TVPageBreakListHdr.inc
│ │ ├── TVPageBreakListImp.inc
│ │ ├── TXFRecordListHdr.inc
│ │ ├── TXFRecordListImp.inc
│ │ ├── TXLSADAPTER.lrs
│ │ ├── TXLSTEMPLATESTORE.lrs
│ │ ├── TemplateStore.pas
│ │ ├── TiSSTHdr.inc
│ │ ├── TiSSTImp.inc
│ │ ├── UBreakList.pas
│ │ ├── UCheckTemplate.dfm
│ │ ├── UCheckTemplate.lfm
│ │ ├── UCheckTemplate.lrs
│ │ ├── UCheckTemplate.pas
│ │ ├── UCustomFlexCelReport.pas
│ │ ├── UDOAFlexCelReport.pas
│ │ ├── UEscherGraphToBSE.pas
│ │ ├── UEscherOtherRecords.pas
│ │ ├── UEscherRecords.pas
│ │ ├── UExcelAdapter.pas
│ │ ├── UExcelEdit.dfm
│ │ ├── UExcelEdit.lfm
│ │ ├── UExcelEdit.pas
│ │ ├── UExcelRecords.pas
│ │ ├── UFlexCelBands.pas
│ │ ├── UFlexCelDbMemEditor.pas
│ │ ├── UFlexCelGrid.pas
│ │ ├── UFlexCelImport.pas
│ │ ├── UFlexCelPreview.pas
│ │ ├── UFlexCelReg.pas
│ │ ├── UFlexCelReport.pas
│ │ ├── UFlexCelReportNoDB.pas
│ │ ├── UFlexCelTemplateEditor.pas
│ │ ├── UFlxDesignHelp.pas
│ │ ├── UFlxFormats.pas
│ │ ├── UFlxFullDataSets.pas
│ │ ├── UFlxMemTable.pas
│ │ ├── UFlxMessages.pas
│ │ ├── UFlxNumberFormat.pas
│ │ ├── UFlxRowComments.pas
│ │ ├── UFlxStack.pas
│ │ ├── UFlxUtils.pas
│ │ ├── UIBOFlexCelReport.pas
│ │ ├── UOle2Impl.pas
│ │ ├── UOleDrag.pas
│ │ ├── USheetNameList.pas
│ │ ├── UTemplateEdit.dfm
│ │ ├── UTemplateEdit.lfm
│ │ ├── UTemplateEdit.lrs
│ │ ├── UTemplateEdit.pas
│ │ ├── UTextDelim.pas
│ │ ├── UWaitCursor.pas
│ │ ├── UXlsBaseClientData.pas
│ │ ├── UXlsBaseList.pas
│ │ ├── UXlsBaseRecordLists.pas
│ │ ├── UXlsBaseRecords.pas
│ │ ├── UXlsCellRecords.pas
│ │ ├── UXlsChart.pas
│ │ ├── UXlsClientData.pas
│ │ ├── UXlsColInfo.pas
│ │ ├── UXlsCondFmt.pas
│ │ ├── UXlsDB.pas
│ │ ├── UXlsEncodeFormula.pas
│ │ ├── UXlsEscher.pas
│ │ ├── UXlsFormula.pas
│ │ ├── UXlsFormulaParser.pas
│ │ ├── UXlsHyperLink.pas
│ │ ├── UXlsMD5.pas
│ │ ├── UXlsNotes.pas
│ │ ├── UXlsOtherRecords.pas
│ │ ├── UXlsPageBreaks.pas
│ │ ├── UXlsPalette.pas
│ │ ├── UXlsPictures.pas
│ │ ├── UXlsProtect.pas
│ │ ├── UXlsRangeRecords.pas
│ │ ├── UXlsReferences.pas
│ │ ├── UXlsRowColEntries.pas
│ │ ├── UXlsSST.pas
│ │ ├── UXlsSections.pas
│ │ ├── UXlsSheet.pas
│ │ ├── UXlsStrings.pas
│ │ ├── UXlsTDOADataSet.pas
│ │ ├── UXlsTDataSet.pas
│ │ ├── UXlsTIBODataSet.pas
│ │ ├── UXlsTokenArray.pas
│ │ ├── UXlsWorkbookGlobals.pas
│ │ ├── UXlsXF.pas
│ │ ├── UsePngLib.inc
│ │ ├── XLSAdapter.pas
│ │ ├── XlsBaseTemplateStore.pas
│ │ ├── XlsChinese.inc
│ │ ├── XlsDoFormula.inc
│ │ ├── XlsEnglish.inc
│ │ ├── XlsFinnish.inc
│ │ ├── XlsFormulaMessages.pas
│ │ ├── XlsFrench.inc
│ │ ├── XlsFunctionNames.inc
│ │ ├── XlsGerman.inc
│ │ ├── XlsItalian.inc
│ │ ├── XlsMessages.pas
│ │ ├── XlsPolish.inc
│ │ ├── XlsPortugueseBR.inc
│ │ ├── XlsPtgs.inc
│ │ ├── XlsRomanian.inc
│ │ ├── XlsRussian.inc
│ │ ├── XlsSpanish.inc
│ │ ├── XlsTemplateStore.res
│ │ ├── adler32.obj
│ │ ├── compress.obj
│ │ ├── crc32.obj
│ │ ├── deflate.obj
│ │ ├── flxpngimage.pas
│ │ ├── flxpnglang.pas
│ │ ├── flxzlibpas.pas
│ │ ├── gzio.obj
│ │ ├── infback.obj
│ │ ├── inffast.obj
│ │ ├── inflate.obj
│ │ ├── inftrees.obj
│ │ ├── tmsEmptySheet.RC
│ │ ├── tmsEmptySheet.res
│ │ ├── tmsiwEmptySheet.RC
│ │ ├── tmsiwEmptySheet.res
│ │ ├── trees.obj
│ │ ├── uncompr.obj
│ │ └── zutil.obj
│ ├── dcu
│ │ ├── 2005
│ │ │ ├── FlexCel2005.dcp
│ │ │ └── FlexCel2005_DESIGN.dcp
│ │ ├── 2006
│ │ │ ├── AdvGridExcel.hpp
│ │ │ ├── DFlexCelReportEditor.hpp
│ │ │ ├── FlexCel2006.bpi
│ │ │ ├── FlexCel2006.dcp
│ │ │ ├── FlexCel2006.hpp
│ │ │ ├── FlexCel2006.lib
│ │ │ ├── FlexCel2006_DESIGN.bpi
│ │ │ ├── FlexCel2006_DESIGN.dcp
│ │ │ ├── FlexCel2006_DESIGN.hpp
│ │ │ ├── FlexCel2006_DESIGN.lib
│ │ │ ├── TemplateStore.hpp
│ │ │ ├── UBreakList.hpp
│ │ │ ├── UCheckTemplate.hpp
│ │ │ ├── UCustomFlexCelReport.hpp
│ │ │ ├── UDOAFlexCelReport.hpp
│ │ │ ├── UEscherGraphToBSE.hpp
│ │ │ ├── UEscherOtherRecords.hpp
│ │ │ ├── UEscherRecords.hpp
│ │ │ ├── UExcelAdapter.hpp
│ │ │ ├── UExcelEdit.hpp
│ │ │ ├── UExcelRecords.hpp
│ │ │ ├── UFlexCelBands.hpp
│ │ │ ├── UFlexCelDbMemEditor.hpp
│ │ │ ├── UFlexCelGrid.hpp
│ │ │ ├── UFlexCelImport.hpp
│ │ │ ├── UFlexCelPreview.hpp
│ │ │ ├── UFlexCelReg.hpp
│ │ │ ├── UFlexCelReport.hpp
│ │ │ ├── UFlexCelReportNoDB.hpp
│ │ │ ├── UFlexCelTemplateEditor.hpp
│ │ │ ├── UFlxDesignHelp.hpp
│ │ │ ├── UFlxFormats.hpp
│ │ │ ├── UFlxFullDataSets.hpp
│ │ │ ├── UFlxMemTable.hpp
│ │ │ ├── UFlxMessages.hpp
│ │ │ ├── UFlxNumberFormat.hpp
│ │ │ ├── UFlxRowComments.hpp
│ │ │ ├── UFlxStack.hpp
│ │ │ ├── UFlxUtils.hpp
│ │ │ ├── UIBOFlexCelReport.hpp
│ │ │ ├── UOle2Impl.hpp
│ │ │ ├── UOleDrag.hpp
│ │ │ ├── USheetNameList.hpp
│ │ │ ├── UTemplateEdit.hpp
│ │ │ ├── UTextDelim.hpp
│ │ │ ├── UWaitCursor.hpp
│ │ │ ├── UXlsBaseClientData.hpp
│ │ │ ├── UXlsBaseList.hpp
│ │ │ ├── UXlsBaseRecordLists.hpp
│ │ │ ├── UXlsBaseRecords.hpp
│ │ │ ├── UXlsCellRecords.hpp
│ │ │ ├── UXlsChart.hpp
│ │ │ ├── UXlsClientData.hpp
│ │ │ ├── UXlsColInfo.hpp
│ │ │ ├── UXlsCondFmt.hpp
│ │ │ ├── UXlsDB.hpp
│ │ │ ├── UXlsEncodeFormula.hpp
│ │ │ ├── UXlsEscher.hpp
│ │ │ ├── UXlsFormula.hpp
│ │ │ ├── UXlsFormulaParser.hpp
│ │ │ ├── UXlsHyperLink.hpp
│ │ │ ├── UXlsMD5.hpp
│ │ │ ├── UXlsNotes.hpp
│ │ │ ├── UXlsOtherRecords.hpp
│ │ │ ├── UXlsPageBreaks.hpp
│ │ │ ├── UXlsPalette.hpp
│ │ │ ├── UXlsPictures.hpp
│ │ │ ├── UXlsProtect.hpp
│ │ │ ├── UXlsRangeRecords.hpp
│ │ │ ├── UXlsReferences.hpp
│ │ │ ├── UXlsRowColEntries.hpp
│ │ │ ├── UXlsSST.hpp
│ │ │ ├── UXlsSections.hpp
│ │ │ ├── UXlsSheet.hpp
│ │ │ ├── UXlsStrings.hpp
│ │ │ ├── UXlsTDOADataSet.hpp
│ │ │ ├── UXlsTDataSet.hpp
│ │ │ ├── UXlsTIBODataSet.hpp
│ │ │ ├── UXlsTokenArray.hpp
│ │ │ ├── UXlsWorkbookGlobals.hpp
│ │ │ ├── UXlsXF.hpp
│ │ │ ├── XLSAdapter.hpp
│ │ │ ├── XlsBaseTemplateStore.hpp
│ │ │ ├── XlsFormulaMessages.hpp
│ │ │ ├── XlsMessages.hpp
│ │ │ ├── flxpngimage.hpp
│ │ │ ├── flxpnglang.hpp
│ │ │ └── flxzlibpas.hpp
│ │ ├── 2007
│ │ │ ├── AdvGridExcel.hpp
│ │ │ ├── DFlexCelReportEditor.hpp
│ │ │ ├── FlexCel2007.bpi
│ │ │ ├── FlexCel2007.dcp
│ │ │ ├── FlexCel2007.hpp
│ │ │ ├── FlexCel2007.lib
│ │ │ ├── FlexCel2007_DESIGN.bpi
│ │ │ ├── FlexCel2007_DESIGN.dcp
│ │ │ ├── FlexCel2007_DESIGN.hpp
│ │ │ ├── FlexCel2007_DESIGN.lib
│ │ │ ├── TemplateStore.hpp
│ │ │ ├── UBreakList.hpp
│ │ │ ├── UCheckTemplate.hpp
│ │ │ ├── UCustomFlexCelReport.hpp
│ │ │ ├── UDOAFlexCelReport.hpp
│ │ │ ├── UEscherGraphToBSE.hpp
│ │ │ ├── UEscherOtherRecords.hpp
│ │ │ ├── UEscherRecords.hpp
│ │ │ ├── UExcelAdapter.hpp
│ │ │ ├── UExcelEdit.hpp
│ │ │ ├── UExcelRecords.hpp
│ │ │ ├── UFlexCelBands.hpp
│ │ │ ├── UFlexCelDbMemEditor.hpp
│ │ │ ├── UFlexCelGrid.hpp
│ │ │ ├── UFlexCelImport.hpp
│ │ │ ├── UFlexCelPreview.hpp
│ │ │ ├── UFlexCelReg.hpp
│ │ │ ├── UFlexCelReport.hpp
│ │ │ ├── UFlexCelReportNoDB.hpp
│ │ │ ├── UFlexCelTemplateEditor.hpp
│ │ │ ├── UFlxDesignHelp.hpp
│ │ │ ├── UFlxFormats.hpp
│ │ │ ├── UFlxFullDataSets.hpp
│ │ │ ├── UFlxMemTable.hpp
│ │ │ ├── UFlxMessages.hpp
│ │ │ ├── UFlxNumberFormat.hpp
│ │ │ ├── UFlxRowComments.hpp
│ │ │ ├── UFlxStack.hpp
│ │ │ ├── UFlxUtils.hpp
│ │ │ ├── UIBOFlexCelReport.hpp
│ │ │ ├── UOle2Impl.hpp
│ │ │ ├── UOleDrag.hpp
│ │ │ ├── USheetNameList.hpp
│ │ │ ├── UTemplateEdit.hpp
│ │ │ ├── UTextDelim.hpp
│ │ │ ├── UWaitCursor.hpp
│ │ │ ├── UXlsBaseClientData.hpp
│ │ │ ├── UXlsBaseList.hpp
│ │ │ ├── UXlsBaseRecordLists.hpp
│ │ │ ├── UXlsBaseRecords.hpp
│ │ │ ├── UXlsCellRecords.hpp
│ │ │ ├── UXlsChart.hpp
│ │ │ ├── UXlsClientData.hpp
│ │ │ ├── UXlsColInfo.hpp
│ │ │ ├── UXlsCondFmt.hpp
│ │ │ ├── UXlsDB.hpp
│ │ │ ├── UXlsEncodeFormula.hpp
│ │ │ ├── UXlsEscher.hpp
│ │ │ ├── UXlsFormula.hpp
│ │ │ ├── UXlsFormulaParser.hpp
│ │ │ ├── UXlsHyperLink.hpp
│ │ │ ├── UXlsMD5.hpp
│ │ │ ├── UXlsNotes.hpp
│ │ │ ├── UXlsOtherRecords.hpp
│ │ │ ├── UXlsPageBreaks.hpp
│ │ │ ├── UXlsPalette.hpp
│ │ │ ├── UXlsPictures.hpp
│ │ │ ├── UXlsProtect.hpp
│ │ │ ├── UXlsRangeRecords.hpp
│ │ │ ├── UXlsReferences.hpp
│ │ │ ├── UXlsRowColEntries.hpp
│ │ │ ├── UXlsSST.hpp
│ │ │ ├── UXlsSections.hpp
│ │ │ ├── UXlsSheet.hpp
│ │ │ ├── UXlsStrings.hpp
│ │ │ ├── UXlsTDOADataSet.hpp
│ │ │ ├── UXlsTDataSet.hpp
│ │ │ ├── UXlsTIBODataSet.hpp
│ │ │ ├── UXlsTokenArray.hpp
│ │ │ ├── UXlsWorkbookGlobals.hpp
│ │ │ ├── UXlsXF.hpp
│ │ │ ├── XLSAdapter.hpp
│ │ │ ├── XlsBaseTemplateStore.hpp
│ │ │ ├── XlsFormulaMessages.hpp
│ │ │ ├── XlsMessages.hpp
│ │ │ ├── flxpngimage.hpp
│ │ │ ├── flxpnglang.hpp
│ │ │ └── flxzlibpas.hpp
│ │ ├── 2009
│ │ │ ├── AdvGridExcel.hpp
│ │ │ ├── DFlexCelReportEditor.hpp
│ │ │ ├── FlexCel2009.bpi
│ │ │ ├── FlexCel2009.dcp
│ │ │ ├── FlexCel2009.hpp
│ │ │ ├── FlexCel2009.lib
│ │ │ ├── FlexCel2009_DESIGN.bpi
│ │ │ ├── FlexCel2009_DESIGN.dcp
│ │ │ ├── FlexCel2009_DESIGN.hpp
│ │ │ ├── FlexCel2009_DESIGN.lib
│ │ │ ├── TemplateStore.hpp
│ │ │ ├── UBreakList.hpp
│ │ │ ├── UCheckTemplate.hpp
│ │ │ ├── UCustomFlexCelReport.hpp
│ │ │ ├── UDOAFlexCelReport.hpp
│ │ │ ├── UEscherGraphToBSE.hpp
│ │ │ ├── UEscherOtherRecords.hpp
│ │ │ ├── UEscherRecords.hpp
│ │ │ ├── UExcelAdapter.hpp
│ │ │ ├── UExcelEdit.hpp
│ │ │ ├── UExcelRecords.hpp
│ │ │ ├── UFlexCelBands.hpp
│ │ │ ├── UFlexCelDbMemEditor.hpp
│ │ │ ├── UFlexCelGrid.hpp
│ │ │ ├── UFlexCelImport.hpp
│ │ │ ├── UFlexCelPreview.hpp
│ │ │ ├── UFlexCelReg.hpp
│ │ │ ├── UFlexCelReport.hpp
│ │ │ ├── UFlexCelReportNoDB.hpp
│ │ │ ├── UFlexCelTemplateEditor.hpp
│ │ │ ├── UFlxDesignHelp.hpp
│ │ │ ├── UFlxFormats.hpp
│ │ │ ├── UFlxFullDataSets.hpp
│ │ │ ├── UFlxMemTable.hpp
│ │ │ ├── UFlxMessages.hpp
│ │ │ ├── UFlxNumberFormat.hpp
│ │ │ ├── UFlxRowComments.hpp
│ │ │ ├── UFlxStack.hpp
│ │ │ ├── UFlxUtils.hpp
│ │ │ ├── UIBOFlexCelReport.hpp
│ │ │ ├── UOle2Impl.hpp
│ │ │ ├── UOleDrag.hpp
│ │ │ ├── USheetNameList.hpp
│ │ │ ├── UTemplateEdit.hpp
│ │ │ ├── UTextDelim.hpp
│ │ │ ├── UWaitCursor.hpp
│ │ │ ├── UXlsBaseClientData.hpp
│ │ │ ├── UXlsBaseList.hpp
│ │ │ ├── UXlsBaseRecordLists.hpp
│ │ │ ├── UXlsBaseRecords.hpp
│ │ │ ├── UXlsCellRecords.hpp
│ │ │ ├── UXlsChart.hpp
│ │ │ ├── UXlsClientData.hpp
│ │ │ ├── UXlsColInfo.hpp
│ │ │ ├── UXlsCondFmt.hpp
│ │ │ ├── UXlsDB.hpp
│ │ │ ├── UXlsEncodeFormula.hpp
│ │ │ ├── UXlsEscher.hpp
│ │ │ ├── UXlsFormula.hpp
│ │ │ ├── UXlsFormulaParser.hpp
│ │ │ ├── UXlsHyperLink.hpp
│ │ │ ├── UXlsMD5.hpp
│ │ │ ├── UXlsNotes.hpp
│ │ │ ├── UXlsOtherRecords.hpp
│ │ │ ├── UXlsPageBreaks.hpp
│ │ │ ├── UXlsPalette.hpp
│ │ │ ├── UXlsPictures.hpp
│ │ │ ├── UXlsProtect.hpp
│ │ │ ├── UXlsRangeRecords.hpp
│ │ │ ├── UXlsReferences.hpp
│ │ │ ├── UXlsRowColEntries.hpp
│ │ │ ├── UXlsSST.hpp
│ │ │ ├── UXlsSections.hpp
│ │ │ ├── UXlsSheet.hpp
│ │ │ ├── UXlsStrings.hpp
│ │ │ ├── UXlsTDOADataSet.hpp
│ │ │ ├── UXlsTDataSet.hpp
│ │ │ ├── UXlsTIBODataSet.hpp
│ │ │ ├── UXlsTokenArray.hpp
│ │ │ ├── UXlsWorkbookGlobals.hpp
│ │ │ ├── UXlsXF.hpp
│ │ │ ├── XLSAdapter.hpp
│ │ │ ├── XlsBaseTemplateStore.hpp
│ │ │ ├── XlsFormulaMessages.hpp
│ │ │ └── XlsMessages.hpp
│ │ ├── 2010
│ │ │ ├── AdvGridExcel.hpp
│ │ │ ├── DFlexCelReportEditor.hpp
│ │ │ ├── FlexCel2010.bpi
│ │ │ ├── FlexCel2010.dcp
│ │ │ ├── FlexCel2010.hpp
│ │ │ ├── FlexCel2010.lib
│ │ │ ├── FlexCel2010_DESIGN.bpi
│ │ │ ├── FlexCel2010_DESIGN.dcp
│ │ │ ├── FlexCel2010_DESIGN.hpp
│ │ │ ├── FlexCel2010_DESIGN.lib
│ │ │ ├── TemplateStore.hpp
│ │ │ ├── UBreakList.hpp
│ │ │ ├── UCheckTemplate.hpp
│ │ │ ├── UCustomFlexCelReport.hpp
│ │ │ ├── UDOAFlexCelReport.hpp
│ │ │ ├── UEscherGraphToBSE.hpp
│ │ │ ├── UEscherOtherRecords.hpp
│ │ │ ├── UEscherRecords.hpp
│ │ │ ├── UExcelAdapter.hpp
│ │ │ ├── UExcelEdit.hpp
│ │ │ ├── UExcelRecords.hpp
│ │ │ ├── UFlexCelBands.hpp
│ │ │ ├── UFlexCelDbMemEditor.hpp
│ │ │ ├── UFlexCelGrid.hpp
│ │ │ ├── UFlexCelImport.hpp
│ │ │ ├── UFlexCelPreview.hpp
│ │ │ ├── UFlexCelReg.hpp
│ │ │ ├── UFlexCelReport.hpp
│ │ │ ├── UFlexCelReportNoDB.hpp
│ │ │ ├── UFlexCelTemplateEditor.hpp
│ │ │ ├── UFlxDesignHelp.hpp
│ │ │ ├── UFlxFormats.hpp
│ │ │ ├── UFlxFullDataSets.hpp
│ │ │ ├── UFlxMemTable.hpp
│ │ │ ├── UFlxMessages.hpp
│ │ │ ├── UFlxNumberFormat.hpp
│ │ │ ├── UFlxRowComments.hpp
│ │ │ ├── UFlxStack.hpp
│ │ │ ├── UFlxUtils.hpp
│ │ │ ├── UIBOFlexCelReport.hpp
│ │ │ ├── UOle2Impl.hpp
│ │ │ ├── UOleDrag.hpp
│ │ │ ├── USheetNameList.hpp
│ │ │ ├── UTemplateEdit.hpp
│ │ │ ├── UTextDelim.hpp
│ │ │ ├── UWaitCursor.hpp
│ │ │ ├── UXlsBaseClientData.hpp
│ │ │ ├── UXlsBaseList.hpp
│ │ │ ├── UXlsBaseRecordLists.hpp
│ │ │ ├── UXlsBaseRecords.hpp
│ │ │ ├── UXlsCellRecords.hpp
│ │ │ ├── UXlsChart.hpp
│ │ │ ├── UXlsClientData.hpp
│ │ │ ├── UXlsColInfo.hpp
│ │ │ ├── UXlsCondFmt.hpp
│ │ │ ├── UXlsDB.hpp
│ │ │ ├── UXlsEncodeFormula.hpp
│ │ │ ├── UXlsEscher.hpp
│ │ │ ├── UXlsFormula.hpp
│ │ │ ├── UXlsFormulaParser.hpp
│ │ │ ├── UXlsHyperLink.hpp
│ │ │ ├── UXlsMD5.hpp
│ │ │ ├── UXlsNotes.hpp
│ │ │ ├── UXlsOtherRecords.hpp
│ │ │ ├── UXlsPageBreaks.hpp
│ │ │ ├── UXlsPalette.hpp
│ │ │ ├── UXlsPictures.hpp
│ │ │ ├── UXlsProtect.hpp
│ │ │ ├── UXlsRangeRecords.hpp
│ │ │ ├── UXlsReferences.hpp
│ │ │ ├── UXlsRowColEntries.hpp
│ │ │ ├── UXlsSST.hpp
│ │ │ ├── UXlsSections.hpp
│ │ │ ├── UXlsSheet.hpp
│ │ │ ├── UXlsStrings.hpp
│ │ │ ├── UXlsTDOADataSet.hpp
│ │ │ ├── UXlsTDataSet.hpp
│ │ │ ├── UXlsTIBODataSet.hpp
│ │ │ ├── UXlsTokenArray.hpp
│ │ │ ├── UXlsWorkbookGlobals.hpp
│ │ │ ├── UXlsXF.hpp
│ │ │ ├── XLSAdapter.hpp
│ │ │ ├── XlsBaseTemplateStore.hpp
│ │ │ ├── XlsFormulaMessages.hpp
│ │ │ └── XlsMessages.hpp
│ │ ├── 60
│ │ │ ├── FlexCel60.dcp
│ │ │ └── FlexCel60_DESIGN.dcp
│ │ ├── 70
│ │ │ ├── FlexCel70.dcp
│ │ │ └── FlexCel70_DESIGN.dcp
│ │ ├── XE
│ │ │ ├── AdvGridExcel.hpp
│ │ │ ├── DFlexCelReportEditor.hpp
│ │ │ ├── FlexCelXE.bpi
│ │ │ ├── FlexCelXE.dcp
│ │ │ ├── FlexCelXE.hpp
│ │ │ ├── FlexCelXE.lib
│ │ │ ├── FlexCelXE_DESIGN.bpi
│ │ │ ├── FlexCelXE_DESIGN.dcp
│ │ │ ├── FlexCelXE_DESIGN.hpp
│ │ │ ├── FlexCelXE_DESIGN.lib
│ │ │ ├── TemplateStore.hpp
│ │ │ ├── UBreakList.hpp
│ │ │ ├── UCheckTemplate.hpp
│ │ │ ├── UCustomFlexCelReport.hpp
│ │ │ ├── UDOAFlexCelReport.hpp
│ │ │ ├── UEscherGraphToBSE.hpp
│ │ │ ├── UEscherOtherRecords.hpp
│ │ │ ├── UEscherRecords.hpp
│ │ │ ├── UExcelAdapter.hpp
│ │ │ ├── UExcelEdit.hpp
│ │ │ ├── UExcelRecords.hpp
│ │ │ ├── UFlexCelBands.hpp
│ │ │ ├── UFlexCelDbMemEditor.hpp
│ │ │ ├── UFlexCelGrid.hpp
│ │ │ ├── UFlexCelImport.hpp
│ │ │ ├── UFlexCelPreview.hpp
│ │ │ ├── UFlexCelReg.hpp
│ │ │ ├── UFlexCelReport.hpp
│ │ │ ├── UFlexCelReportNoDB.hpp
│ │ │ ├── UFlexCelTemplateEditor.hpp
│ │ │ ├── UFlxDesignHelp.hpp
│ │ │ ├── UFlxFormats.hpp
│ │ │ ├── UFlxFullDataSets.hpp
│ │ │ ├── UFlxMemTable.hpp
│ │ │ ├── UFlxMessages.hpp
│ │ │ ├── UFlxNumberFormat.hpp
│ │ │ ├── UFlxRowComments.hpp
│ │ │ ├── UFlxStack.hpp
│ │ │ ├── UFlxUtils.hpp
│ │ │ ├── UIBOFlexCelReport.hpp
│ │ │ ├── UOle2Impl.hpp
│ │ │ ├── UOleDrag.hpp
│ │ │ ├── USheetNameList.hpp
│ │ │ ├── UTemplateEdit.hpp
│ │ │ ├── UTextDelim.hpp
│ │ │ ├── UWaitCursor.hpp
│ │ │ ├── UXlsBaseClientData.hpp
│ │ │ ├── UXlsBaseList.hpp
│ │ │ ├── UXlsBaseRecordLists.hpp
│ │ │ ├── UXlsBaseRecords.hpp
│ │ │ ├── UXlsCellRecords.hpp
│ │ │ ├── UXlsChart.hpp
│ │ │ ├── UXlsClientData.hpp
│ │ │ ├── UXlsColInfo.hpp
│ │ │ ├── UXlsCondFmt.hpp
│ │ │ ├── UXlsDB.hpp
│ │ │ ├── UXlsEncodeFormula.hpp
│ │ │ ├── UXlsEscher.hpp
│ │ │ ├── UXlsFormula.hpp
│ │ │ ├── UXlsFormulaParser.hpp
│ │ │ ├── UXlsHyperLink.hpp
│ │ │ ├── UXlsMD5.hpp
│ │ │ ├── UXlsNotes.hpp
│ │ │ ├── UXlsOtherRecords.hpp
│ │ │ ├── UXlsPageBreaks.hpp
│ │ │ ├── UXlsPalette.hpp
│ │ │ ├── UXlsPictures.hpp
│ │ │ ├── UXlsProtect.hpp
│ │ │ ├── UXlsRangeRecords.hpp
│ │ │ ├── UXlsReferences.hpp
│ │ │ ├── UXlsRowColEntries.hpp
│ │ │ ├── UXlsSST.hpp
│ │ │ ├── UXlsSections.hpp
│ │ │ ├── UXlsSheet.hpp
│ │ │ ├── UXlsStrings.hpp
│ │ │ ├── UXlsTDOADataSet.hpp
│ │ │ ├── UXlsTDataSet.hpp
│ │ │ ├── UXlsTIBODataSet.hpp
│ │ │ ├── UXlsTokenArray.hpp
│ │ │ ├── UXlsWorkbookGlobals.hpp
│ │ │ ├── UXlsXF.hpp
│ │ │ ├── XLSAdapter.hpp
│ │ │ ├── XlsBaseTemplateStore.hpp
│ │ │ ├── XlsFormulaMessages.hpp
│ │ │ └── XlsMessages.hpp
│ │ └── bpl
│ │ ├── FlexCel2005.bpl
│ │ ├── FlexCel2005_DESIGN.bpl
│ │ ├── FlexCel2006.bpl
│ │ ├── FlexCel2006_DESIGN.bpl
│ │ ├── FlexCel2007.bpl
│ │ ├── FlexCel2007_DESIGN.bpl
│ │ ├── FlexCel2009.bpl
│ │ ├── FlexCel2009_DESIGN.bpl
│ │ ├── FlexCel2010.bpl
│ │ ├── FlexCel2010_DESIGN.bpl
│ │ ├── FlexCel60.bpl
│ │ ├── FlexCel60_DESIGN.bpl
│ │ ├── FlexCel70.bpl
│ │ ├── FlexCel70_DESIGN.bpl
│ │ ├── FlexCelXE.bpl
│ │ └── FlexCelXE_DESIGN.bpl
│ ├── unins000.dat
│ ├── unins000.exe
│ ├── unins000.msg
│ └── website.url
└── 5t6t网_TMS FlexCel Studio v6.0.2.0 for Delphi 6-XE Full Source.7z
56 directories, 1158 files
评论