实例介绍
提倡共享精神.需要什么破解版的控件可以站内站我.大部分都能搞定. Feature overview: FlexCel for VCL / FireMonkey is a suite of Delphi components allowing to manipulate Excel files. It includes an extensive API allowing to natively read/write Excel files. If you need to read or create complex spreadsheets, on Windows or macOS on machines without Excel installed, Flexcel can do the job. Support for cross platform use: Win32, Win64, macOS, iOS and Android 100% Native support for Excel .XLSX, .XLSM file formats (Excel 2007 - Excel 2013) 100% Native support for Excel 2 - Excel 2016 100% Native PDF report generation from .XLS/.XLSX files (PDF/A 1, 2 and 3 support) 100% Native support for previewing and printing .XLS/.XLSX files Fully standards compliant HTML 5 file generation from .XLS/.XLSX files Export .XLS & .XLSX files to SVG Report Engine that allows to create complex reports using Excel as your report designer, so your final users can modify them. You can use images/comments/conditional formats/merged cells/pivot tables/charts and almost anything you can think of on those reports Support for formula recalculation with over 200 Excel formulas ApiMate tool for automatically showing needed Delphi/C++ code for generating specific .XLS/.XLSX file cells with Flexcel Templates can be embedded inside your exe. No additional files to distribute Can write images/comments/conditional formats/merged cells/pivot tables/charts and almost the complete Excel feature set in native mode Designed from start to make full use of modern Delphi features like records with methods or generics. Also available as a fully managed .NET library
【实例截图】
【核心代码】
4744300845378941600.rar
└── TMS FlexCel Studio v6.3.0.0 Full Source
├── copyright.txt
├── Demo
│ ├── AndroidOS
│ │ ├── AllDemos.groupproj
│ │ └── Modules
│ │ ├── 10.FlexCalc
│ │ │ ├── FlexCalc.dpr
│ │ │ ├── FlexCalc.dproj
│ │ │ ├── FlexCalc.res
│ │ │ ├── icons
│ │ │ │ ├── fcalc144.png
│ │ │ │ ├── fcalc36.png
│ │ │ │ ├── fcalc48.png
│ │ │ │ ├── fcalc72.png
│ │ │ │ └── fcalc96.png
│ │ │ ├── UFlexCalc.fmx
│ │ │ └── UFlexCalc.pas
│ │ └── 20.FlexDocs
│ │ ├── FlexDocs.dpr
│ │ ├── FlexDocs.dproj
│ │ ├── FlexDocs.res
│ │ ├── icons
│ │ │ ├── flexdoc144.png
│ │ │ ├── flexdoc36.png
│ │ │ ├── flexdoc48.png
│ │ │ ├── flexdoc72.png
│ │ │ └── flexdoc96.png
│ │ ├── UFlexDocs.fmx
│ │ ├── UFlexDocs.pas
│ │ └── WeddingBudget.xls
│ ├── Cpp
│ │ ├── AllDemos.groupproj
│ │ └── Modules
│ │ ├── 10.API
│ │ │ ├── 10.GettingStarted
│ │ │ │ ├── GettingStarted.cbproj
│ │ │ │ ├── GettingStarted.cpp
│ │ │ │ ├── GettingStarted.res
│ │ │ │ ├── GettingStarted.rtf
│ │ │ │ ├── poweredbyflexcel.png
│ │ │ │ ├── UGettingStarted.cpp
│ │ │ │ ├── UGettingStarted.dfm
│ │ │ │ ├── UGettingStarted.h
│ │ │ │ └── UGettingStarted.lfm
│ │ │ ├── 12.Advanced API
│ │ │ │ ├── AdvancedAPI.cbproj
│ │ │ │ ├── AdvancedAPI.cpp
│ │ │ │ ├── AdvancedAPI.res
│ │ │ │ ├── Advanced API.rtf
│ │ │ │ ├── AdvancedAPI.template.xls
│ │ │ │ ├── AdvancedAPI.template.xlsm
│ │ │ │ ├── UAdvancedAPI.cpp
│ │ │ │ ├── UAdvancedAPI.dfm
│ │ │ │ ├── UAdvancedAPI.h
│ │ │ │ └── UAdvancedAPI.lfm
│ │ │ ├── 20.Reading Files
│ │ │ │ ├── ReadingFiles.cbproj
│ │ │ │ ├── ReadingFiles.cpp
│ │ │ │ ├── ReadingFiles.res
│ │ │ │ ├── Reading Files.rtf
│ │ │ │ ├── UReadingFiles.cpp
│ │ │ │ ├── UReadingFiles.dfm
│ │ │ │ ├── UReadingFiles.h
│ │ │ │ └── UReadingFiles.lfm
│ │ │ └── API.rtf
│ │ └── 25.Printing and Exporting
│ │ └── 20.CustomPreview
│ │ ├── CustomPreview.cbproj
│ │ ├── CustomPreview.cpp
│ │ ├── CustomPreview_Icon.ico
│ │ ├── CustomPreview.res
│ │ ├── CustomPreview.rtf
│ │ ├── UCustomPreview.cpp
│ │ ├── _UCustomPreview.dfm
│ │ ├── UCustomPreview.dfm
│ │ ├── UCustomPreview.h
│ │ ├── _UCustomPreview.lfm
│ │ ├── UCustomPreview.lfm
│ │ ├── UPasswordDialog.cpp
│ │ ├── UPasswordDialog.dfm
│ │ ├── UPasswordDialog.h
│ │ ├── UPasswordDialog.lfm
│ │ ├── UPdfExporting.cpp
│ │ ├── UPdfExporting.h
│ │ ├── UPrinting.cpp
│ │ ├── UPrinting.h
│ │ ├── UProgressThread.cpp
│ │ └── UProgressThread.h
│ ├── Delphi
│ │ ├── AllDemos.groupproj
│ │ ├── MainDemo.dpr
│ │ ├── MainDemo.dproj
│ │ ├── MainDemo_Icon.ico
│ │ ├── MainDemo.res
│ │ ├── MainDemo.rtf
│ │ ├── Modules
│ │ │ ├── 10.API
│ │ │ │ ├── 10.GettingStarted
│ │ │ │ │ ├── GettingStarted.dpr
│ │ │ │ │ ├── GettingStarted.dproj
│ │ │ │ │ ├── GettingStarted.res
│ │ │ │ │ ├── GettingStarted.rtf
│ │ │ │ │ ├── poweredbyflexcel.png
│ │ │ │ │ ├── UGettingStarted.dfm
│ │ │ │ │ ├── UGettingStarted.lfm
│ │ │ │ │ └── UGettingStarted.pas
│ │ │ │ ├── 12.Advanced API
│ │ │ │ │ ├── AdvancedAPI.dpr
│ │ │ │ │ ├── AdvancedAPI.dproj
│ │ │ │ │ ├── AdvancedAPI.res
│ │ │ │ │ ├── Advanced API.rtf
│ │ │ │ │ ├── AdvancedAPI.template.xls
│ │ │ │ │ ├── AdvancedAPI.template.xlsm
│ │ │ │ │ ├── UAdvancedAPI.dfm
│ │ │ │ │ ├── UAdvancedAPI.lfm
│ │ │ │ │ └── UAdvancedAPI.pas
│ │ │ │ ├── 20.Reading Files
│ │ │ │ │ ├── ReadingFiles.dpr
│ │ │ │ │ ├── ReadingFiles.dproj
│ │ │ │ │ ├── ReadingFiles.res
│ │ │ │ │ ├── Reading Files.rtf
│ │ │ │ │ ├── UReadingFiles.dfm
│ │ │ │ │ ├── UReadingFiles.lfm
│ │ │ │ │ └── UReadingFiles.pas
│ │ │ │ ├── 22.Virtual Mode
│ │ │ │ │ ├── UCellReader.pas
│ │ │ │ │ ├── USheetSelect.dfm
│ │ │ │ │ ├── USheetSelect.lfm
│ │ │ │ │ ├── USheetSelect.pas
│ │ │ │ │ ├── USparseArray.pas
│ │ │ │ │ ├── UVirtualMode.dfm
│ │ │ │ │ ├── UVirtualMode.lfm
│ │ │ │ │ ├── UVirtualMode.pas
│ │ │ │ │ ├── VirtualMode.dpr
│ │ │ │ │ ├── VirtualMode.dproj
│ │ │ │ │ ├── VirtualMode.res
│ │ │ │ │ └── Virtual Mode.rtf
│ │ │ │ ├── 25.Encrypted Files
│ │ │ │ │ ├── EmptyForm.xls
│ │ │ │ │ ├── EncryptedFiles.dpr
│ │ │ │ │ ├── EncryptedFiles.dproj
│ │ │ │ │ ├── EncryptedFiles_Icon.ico
│ │ │ │ │ ├── EncryptedFiles.res
│ │ │ │ │ ├── Encrypted Files.rtf
│ │ │ │ │ ├── UEncryptedFiles.dfm
│ │ │ │ │ ├── UEncryptedFiles.lfm
│ │ │ │ │ ├── UEncryptedFiles.pas
│ │ │ │ │ ├── UPasswordDlg.dfm
│ │ │ │ │ ├── UPasswordDlg.lfm
│ │ │ │ │ └── UPasswordDlg.pas
│ │ │ │ ├── 40.Copy And Paste
│ │ │ │ │ ├── CopyAndPaste.dpr
│ │ │ │ │ ├── CopyAndPaste.dproj
│ │ │ │ │ ├── CopyAndPaste.res
│ │ │ │ │ ├── Copy And Paste.rtf
│ │ │ │ │ ├── UCopyAndPaste.dfm
│ │ │ │ │ ├── UCopyAndPaste.lfm
│ │ │ │ │ └── UCopyAndPaste.pas
│ │ │ │ ├── 72.Intelligent Page Breaks
│ │ │ │ │ ├── IntelligentPageBreaks.dpr
│ │ │ │ │ ├── IntelligentPageBreaks.dproj
│ │ │ │ │ ├── IntelligentPageBreaks.res
│ │ │ │ │ ├── Intelligent Page Breaks.rtf
│ │ │ │ │ ├── UIntelligentPageBreaks.dfm
│ │ │ │ │ ├── UIntelligentPageBreaks.lfm
│ │ │ │ │ └── UIntelligentPageBreaks.pas
│ │ │ │ ├── 75.Validate Recalc
│ │ │ │ │ ├── UValidateRecalc.dfm
│ │ │ │ │ ├── UValidateRecalc.lfm
│ │ │ │ │ ├── UValidateRecalc.pas
│ │ │ │ │ ├── ValidateRecalc.dpr
│ │ │ │ │ ├── ValidateRecalc.dproj
│ │ │ │ │ ├── ValidateRecalc.res
│ │ │ │ │ └── Validate Recalc.rtf
│ │ │ │ ├── 77.Recalculation Of Linked Files
│ │ │ │ │ ├── ChartData.xls
│ │ │ │ │ ├── Chart.xls
│ │ │ │ │ ├── RecalculationOfLinkedFiles.dpr
│ │ │ │ │ ├── RecalculationOfLinkedFiles.dproj
│ │ │ │ │ ├── RecalculationOfLinkedFiles.res
│ │ │ │ │ ├── Recalculation Of Linked Files.rtf
│ │ │ │ │ ├── URecalculationOfLinkedFiles.dfm
│ │ │ │ │ ├── URecalculationOfLinkedFiles.lfm
│ │ │ │ │ └── URecalculationOfLinkedFiles.pas
│ │ │ │ ├── 78.Excel User Defined Functions
│ │ │ │ │ ├── ExcelUserDefinedFunctions.dpr
│ │ │ │ │ ├── ExcelUserDefinedFunctions.dproj
│ │ │ │ │ ├── Excel User Defined Functions.res
│ │ │ │ │ ├── ExcelUserDefinedFunctions.res
│ │ │ │ │ ├── Excel User Defined Functions.rtf
│ │ │ │ │ ├── udfs.xls
│ │ │ │ │ ├── UExcelUserDefinedFunctions.dfm
│ │ │ │ │ ├── UExcelUserDefinedFunctions.lfm
│ │ │ │ │ ├── UExcelUserDefinedFunctions.pas
│ │ │ │ │ └── UUserFunctions.pas
│ │ │ │ ├── 80.Consolidating Files
│ │ │ │ │ ├── ConsolidatingFiles.dpr
│ │ │ │ │ ├── ConsolidatingFiles.dproj
│ │ │ │ │ ├── ConsolidatingFiles.res
│ │ │ │ │ ├── Consolidating Files.rtf
│ │ │ │ │ ├── UConsolidatingFiles.dfm
│ │ │ │ │ ├── UConsolidatingFiles.lfm
│ │ │ │ │ └── UConsolidatingFiles.pas
│ │ │ │ ├── A0.Creating Pdf Files With PDF API
│ │ │ │ │ ├── CreatingPdfFilesWithPDFAPI.dpr
│ │ │ │ │ ├── CreatingPdfFilesWithPDFAPI.dproj
│ │ │ │ │ ├── CreatingPdfFilesWithPDFAPI.res
│ │ │ │ │ ├── Creating Pdf Files With PDF API.rtf
│ │ │ │ │ ├── test.jpg
│ │ │ │ │ ├── UPDFAPI.dfm
│ │ │ │ │ ├── UPDFAPI.lfm
│ │ │ │ │ └── UPDFAPI.pas
│ │ │ │ ├── API.rtf
│ │ │ │ └── X0.Handling Errors
│ │ │ │ ├── HandlingErrors.dpr
│ │ │ │ ├── HandlingErrors.dproj
│ │ │ │ ├── HandlingErrors.res
│ │ │ │ ├── Handling Errors.rtf
│ │ │ │ ├── UHandlingErrors.dfm
│ │ │ │ ├── UHandlingErrors.lfm
│ │ │ │ └── UHandlingErrors.pas
│ │ │ ├── 25.Printing and Exporting
│ │ │ │ ├── 20.CustomPreview
│ │ │ │ │ ├── CustomPreview.dpr
│ │ │ │ │ ├── CustomPreview.dproj
│ │ │ │ │ ├── CustomPreview_Icon.ico
│ │ │ │ │ ├── CustomPreview.res
│ │ │ │ │ ├── CustomPreview.rtf
│ │ │ │ │ ├── UCustomPreview.dfm
│ │ │ │ │ ├── UCustomPreview.lfm
│ │ │ │ │ ├── UCustomPreview.pas
│ │ │ │ │ ├── UPasswordDialog.dfm
│ │ │ │ │ ├── UPasswordDialog.lfm
│ │ │ │ │ ├── UPasswordDialog.pas
│ │ │ │ │ ├── UPdfExporting.pas
│ │ │ │ │ ├── UPrinting.pas
│ │ │ │ │ └── UProgressThread.pas
│ │ │ │ ├── 30.ExportPdf
│ │ │ │ │ ├── ExportPdf.dpr
│ │ │ │ │ ├── ExportPdf.dproj
│ │ │ │ │ ├── ExportPdf_Icon.ico
│ │ │ │ │ ├── ExportPdf.res
│ │ │ │ │ ├── ExportPdf.rtf
│ │ │ │ │ ├── UExportPdf.dfm
│ │ │ │ │ ├── UExportPdf.lfm
│ │ │ │ │ └── UExportPdf.pas
│ │ │ │ ├── 40.Export HTML
│ │ │ │ │ ├── ExportHTML.dpr
│ │ │ │ │ ├── ExportHTML.dproj
│ │ │ │ │ ├── ExportHTML_Icon.ico
│ │ │ │ │ ├── ExportHTML.res
│ │ │ │ │ ├── Export HTML.rtf
│ │ │ │ │ ├── UExportHTML.dfm
│ │ │ │ │ ├── UExportHTML.lfm
│ │ │ │ │ ├── UExportHTML.pas
│ │ │ │ │ ├── UMailDialog.dfm
│ │ │ │ │ ├── UMailDialog.lfm
│ │ │ │ │ └── UMailDialog.pas
│ │ │ │ ├── 42.Export SVG
│ │ │ │ │ ├── ExportSVG.dpr
│ │ │ │ │ ├── ExportSVG.dproj
│ │ │ │ │ ├── ExportSVG_Icon.ico
│ │ │ │ │ ├── ExportSVG.res
│ │ │ │ │ ├── Export SVG.rtf
│ │ │ │ │ ├── UExportSVG.dfm
│ │ │ │ │ ├── UExportSVG.lfm
│ │ │ │ │ └── UExportSVG.pas
│ │ │ │ ├── 45.Render Objects
│ │ │ │ │ ├── RenderObjects.dpr
│ │ │ │ │ ├── RenderObjects.dproj
│ │ │ │ │ ├── RenderObjects_Icon.ico
│ │ │ │ │ ├── RenderObjects.res
│ │ │ │ │ ├── Render Objects.rtf
│ │ │ │ │ ├── templates
│ │ │ │ │ │ ├── Default.xls
│ │ │ │ │ │ ├── Dynamic Range.xls
│ │ │ │ │ │ └── Pie.xls
│ │ │ │ │ ├── URenderObjects.dfm
│ │ │ │ │ ├── URenderObjects.lfm
│ │ │ │ │ └── URenderObjects.pas
│ │ │ │ └── Printing and Exporting.rtf
│ │ │ └── 40.Thanks
│ │ │ └── Thanks.rtf
│ │ ├── Shared
│ │ │ └── UPaths.pas
│ │ ├── UAbout.dfm
│ │ ├── UAbout.lfm
│ │ ├── UAbout.pas
│ │ ├── UCompileProgress.dfm
│ │ ├── UCompileProgress.lfm
│ │ ├── UCompileProgress.pas
│ │ ├── UMainDemo.dfm
│ │ ├── UMainDemo.lfm
│ │ ├── UMainDemo.pas
│ │ ├── UProgressDialog.dfm
│ │ ├── UProgressDialog.lfm
│ │ ├── UProgressDialog.pas
│ │ └── USearchEngine.pas
│ ├── FireMonkey
│ │ ├── AllDemos.groupproj
│ │ ├── Modules
│ │ │ ├── 10.API
│ │ │ │ ├── 10.GettingStarted
│ │ │ │ │ ├── GettingStarted.dpr
│ │ │ │ │ ├── GettingStarted.dproj
│ │ │ │ │ ├── GettingStarted.res
│ │ │ │ │ ├── GettingStarted.rtf
│ │ │ │ │ ├── OSX32
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ └── GettingStarted.info.plist
│ │ │ │ │ │ └── Release
│ │ │ │ │ │ └── GettingStarted.info.plist
│ │ │ │ │ ├── poweredbyflexcel.png
│ │ │ │ │ ├── UGettingStarted.fmx
│ │ │ │ │ └── UGettingStarted.pas
│ │ │ │ └── API.rtf
│ │ │ ├── 20.CustomPreview
│ │ │ │ ├── CustomPreview.dpr
│ │ │ │ ├── CustomPreview.dproj
│ │ │ │ ├── CustomPreview_Icon.ico
│ │ │ │ ├── CustomPreview.res
│ │ │ │ ├── CustomPreview.rtf
│ │ │ │ ├── OSX32
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ └── CustomPreview.info.plist
│ │ │ │ │ └── Release
│ │ │ │ │ └── CustomPreview.info.plist
│ │ │ │ ├── UCustomPreview.fmx
│ │ │ │ ├── UCustomPreview.pas
│ │ │ │ ├── UPasswordDialog.fmx
│ │ │ │ ├── UPasswordDialog.pas
│ │ │ │ ├── UPdfExporting.pas
│ │ │ │ ├── UPrinting.pas
│ │ │ │ └── UProgressThread.pas
│ │ │ └── 20.Reading Files
│ │ │ ├── OSX32
│ │ │ │ └── Debug
│ │ │ │ └── ReadingFiles.info.plist
│ │ │ ├── ReadingFiles.dpr
│ │ │ ├── ReadingFiles.dproj
│ │ │ ├── ReadingFiles.res
│ │ │ ├── UReadingFiles.fmx
│ │ │ └── UReadingFiles.pas
│ │ └── Shared
│ │ └── UPaths.pas
│ ├── FireMonkeyXE2_XE3
│ │ ├── AllDemos.groupproj
│ │ ├── Modules
│ │ │ ├── 10.API
│ │ │ │ ├── 10.GettingStarted
│ │ │ │ │ ├── GettingStarted.dpr
│ │ │ │ │ ├── GettingStarted.dproj
│ │ │ │ │ ├── GettingStarted.res
│ │ │ │ │ ├── GettingStarted.rtf
│ │ │ │ │ ├── OSX32
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ └── GettingStarted.info.plist
│ │ │ │ │ │ └── Release
│ │ │ │ │ │ └── GettingStarted.info.plist
│ │ │ │ │ ├── poweredbyflexcel.png
│ │ │ │ │ ├── UGettingStarted.fmx
│ │ │ │ │ └── UGettingStarted.pas
│ │ │ │ └── API.rtf
│ │ │ ├── 20.CustomPreview
│ │ │ │ ├── CustomPreview.dpr
│ │ │ │ ├── CustomPreview.dproj
│ │ │ │ ├── CustomPreview_Icon.ico
│ │ │ │ ├── CustomPreview.res
│ │ │ │ ├── CustomPreview.rtf
│ │ │ │ ├── OSX32
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ └── CustomPreview.info.plist
│ │ │ │ │ └── Release
│ │ │ │ │ └── CustomPreview.info.plist
│ │ │ │ ├── UCustomPreview.fmx
│ │ │ │ ├── UCustomPreview.pas
│ │ │ │ ├── UPasswordDialog.fmx
│ │ │ │ ├── UPasswordDialog.pas
│ │ │ │ ├── UPdfExporting.pas
│ │ │ │ ├── UPrinting.pas
│ │ │ │ └── UProgressThread.pas
│ │ │ └── 20.Reading Files
│ │ │ ├── OSX32
│ │ │ │ └── Debug
│ │ │ │ └── ReadingFiles.info.plist
│ │ │ ├── ReadingFiles.dpr
│ │ │ ├── ReadingFiles.dproj
│ │ │ ├── ReadingFiles.res
│ │ │ ├── UReadingFiles.fmx
│ │ │ └── UReadingFiles.pas
│ │ └── Shared
│ │ └── UPaths.pas
│ └── iOS
│ ├── AllDemos.groupproj
│ └── Modules
│ ├── 10.CalcWheel
│ │ ├── CalcWheel100.png
│ │ ├── CalcWheel114.png
│ │ ├── CalcWheel144.png
│ │ ├── CalcWheel29.png
│ │ ├── CalcWheel50.png
│ │ ├── CalcWheel57.png
│ │ ├── CalcWheel58.png
│ │ ├── CalcWheel72.png
│ │ ├── CalcWheel.dpr
│ │ ├── CalcWheel.dproj
│ │ ├── CalcWheelLaunch1024.png
│ │ ├── CalcWheelLaunch1536.png
│ │ ├── CalcWheelLaunch2048.png
│ │ ├── CalcWheelLaunch320.png
│ │ ├── CalcWheelLaunch640x1136.png
│ │ ├── CalcWheelLaunch640x960.png
│ │ ├── CalcWheelLaunch768.png
│ │ ├── CalcWheel.res
│ │ ├── CalcWheel.rtf
│ │ ├── CalcWheelT100.png
│ │ ├── CalcWheelT50.png
│ │ ├── Docs
│ │ │ ├── default.xls
│ │ │ └── Mortgage.xls
│ │ ├── iOSDevice
│ │ │ ├── Debug
│ │ │ │ ├── CalcWheel.info.plist
│ │ │ │ └── ResourceRules.plist
│ │ │ └── Release
│ │ │ ├── CalcWheel.info.plist
│ │ │ └── ResourceRules.plist
│ │ ├── iOSSimulator
│ │ │ ├── Debug
│ │ │ │ ├── CalcWheel.info.plist
│ │ │ │ └── ResourceRules.plist
│ │ │ └── Release
│ │ │ ├── CalcWheel.info.plist
│ │ │ └── ResourceRules.plist
│ │ ├── UCalcWheel.fmx
│ │ └── UCalcWheel.pas
│ └── 20.FlexView
│ ├── DocumentTypes.plist
│ ├── FlexCelView.rtf
│ ├── flexview100.png
│ ├── flexview114.png
│ ├── flexview144.png
│ ├── flexview29.png
│ ├── flexview50.png
│ ├── flexview57.png
│ ├── flexview58.png
│ ├── flexview72.png
│ ├── FlexView.dpr
│ ├── FlexView.dproj
│ ├── FlexViewLaunch1024.png
│ ├── FlexViewLaunch1536.png
│ ├── FlexViewLaunch2048.png
│ ├── FlexViewLaunch320.png
│ ├── FlexViewLaunch640x1136.png
│ ├── FlexViewLaunch640x960.png
│ ├── FlexViewLaunch768.png
│ ├── FlexView.res
│ ├── iOSDevice
│ │ ├── Debug
│ │ │ ├── ActualFlexView.info.plist
│ │ │ ├── FlexView.info.plist
│ │ │ └── ResourceRules.plist
│ │ └── Release
│ │ ├── ActualFlexView.info.plist
│ │ ├── FlexView.info.plist
│ │ └── ResourceRules.plist
│ ├── iOSSimulator
│ │ ├── Debug
│ │ │ ├── ActualFlexView.info.plist
│ │ │ ├── FlexView.info.plist
│ │ │ └── ResourceRules.plist
│ │ └── Release
│ │ ├── ActualFlexView.info.plist
│ │ ├── FlexView.info.plist
│ │ └── ResourceRules.plist
│ ├── UFlexView.fmx
│ ├── UFlexView.pas
│ └── UPatchMissingOpenURLEvent.pas
├── Documentation
│ ├── FlexCelReportTags.xls
│ ├── FlexCelViewTutorial.pdf
│ ├── GettingStarted
│ │ ├── images
│ │ │ ├── StartNext_image1.png
│ │ │ ├── StartUsing_xthe_xdocumentation_image1.png
│ │ │ ├── StartUsing_xthe_xdocumentation_image2.png
│ │ │ ├── StartUsing_xthe_xdocumentation_image3.png
│ │ │ ├── StartUsing_xthe_xdocumentation_image4.png
│ │ │ └── StartWelcome_image1.png
│ │ ├── StartNext.htm
│ │ ├── StartUsing_xthe_xdocumentation.htm
│ │ └── StartWelcome.htm
│ ├── Help
│ │ ├── FlexCelVCLFM_A.HxK
│ │ ├── FlexCelVCLFM.chm
│ │ ├── FlexCelVCLFM_COL_MASTER_A.HxK
│ │ ├── FlexCelVCLFM_COL_MASTER_F.HxK
│ │ ├── FlexCelVCLFM_COL_MASTER.HxC
│ │ ├── FlexCelVCLFM_COL_MASTER.HxT
│ │ ├── FlexCelVCLFM_COL_MASTER_K.HxK
│ │ ├── FlexCelVCLFM_COL_MASTER_NamedURL.HxK
│ │ ├── FlexCelVCLFM_F.HxK
│ │ ├── FlexCelVCLFM.HxC
│ │ ├── FlexCelVCLFM.HxF
│ │ ├── FlexCelVCLFM.HxS
│ │ ├── FlexCelVCLFM.HxT
│ │ ├── FlexCelVCLFM_K.HxK
│ │ └── FlexCelVCLFM_NamedURL.HxK
│ ├── iOS.pdf
│ ├── Performance.pdf
│ ├── SupportedAutoshapes.xls
│ ├── SupportedFunctions.xls
│ ├── UsingFlexCelAPI.pdf
│ ├── UsingFlexCelHTMLExport.pdf
│ ├── UsingFlexCelPdfExport.pdf
│ └── whatsnew.htm
├── license.rtf
├── Packages
│ ├── dXE
│ │ ├── FlexCel_Core.dpk
│ │ ├── FlexCel_Core.dproj
│ │ ├── FlexCel_Core.res
│ │ ├── FlexCel.groupproj
│ │ ├── FlexCel_Pdf.dpk
│ │ ├── FlexCel_Pdf.dproj
│ │ ├── FlexCel_Pdf.res
│ │ ├── FlexCel_Render.dpk
│ │ ├── FlexCel_Render.dproj
│ │ ├── FlexCel_Render.res
│ │ ├── FlexCel_XlsAdapter.dpk
│ │ ├── FlexCel_XlsAdapter.dproj
│ │ ├── FlexCel_XlsAdapter.res
│ │ ├── VCL_FlexCel_Components_DESIGN.dpk
│ │ ├── VCL_FlexCel_Components_DESIGN.dproj
│ │ ├── VCL_FlexCel_Components_DESIGN.res
│ │ ├── VCL_FlexCel_Components.dpk
│ │ ├── VCL_FlexCel_Components.dproj
│ │ ├── VCL_FlexCel_Components.res
│ │ ├── VCL_FlexCel_Core.dpk
│ │ ├── VCL_FlexCel_Core.dproj
│ │ └── VCL_FlexCel_Core.res
│ ├── dXE2
│ │ ├── FlexCel_Core.dpk
│ │ ├── FlexCel_Core.dproj
│ │ ├── FlexCel_Core.res
│ │ ├── FlexCel.groupproj
│ │ ├── FlexCel_Pdf.dpk
│ │ ├── FlexCel_Pdf.dproj
│ │ ├── FlexCel_Pdf.res
│ │ ├── FlexCel_Render.dpk
│ │ ├── FlexCel_Render.dproj
│ │ ├── FlexCel_Render.res
│ │ ├── FlexCel_XlsAdapter.dpk
│ │ ├── FlexCel_XlsAdapter.dproj
│ │ ├── FlexCel_XlsAdapter.res
│ │ ├── FMX_FlexCel_Components_DESIGN.dpk
│ │ ├── FMX_FlexCel_Components_DESIGN.dproj
│ │ ├── FMX_FlexCel_Components_DESIGN.res
│ │ ├── FMX_FlexCel_Components.dpk
│ │ ├── FMX_FlexCel_Components.dproj
│ │ ├── FMX_FlexCel_Components.res
│ │ ├── FMX_FlexCel_Core.dpk
│ │ ├── FMX_FlexCel_Core.dproj
│ │ ├── FMX_FlexCel_Core.res
│ │ ├── VCL_FlexCel_Components_DESIGN.dpk
│ │ ├── VCL_FlexCel_Components_DESIGN.dproj
│ │ ├── VCL_FlexCel_Components_DESIGN.res
│ │ ├── VCL_FlexCel_Components.dpk
│ │ ├── VCL_FlexCel_Components.dproj
│ │ ├── VCL_FlexCel_Components.res
│ │ ├── VCL_FlexCel_Core.dpk
│ │ ├── VCL_FlexCel_Core.dproj
│ │ └── VCL_FlexCel_Core.res
│ ├── dXE3
│ │ ├── FlexCel_Core.dpk
│ │ ├── FlexCel_Core.dproj
│ │ ├── FlexCel_Core.res
│ │ ├── FlexCel.groupproj
│ │ ├── FlexCel_Pdf.dpk
│ │ ├── FlexCel_Pdf.dproj
│ │ ├── FlexCel_Pdf.res
│ │ ├── FlexCel_Render.dpk
│ │ ├── FlexCel_Render.dproj
│ │ ├── FlexCel_Render.res
│ │ ├── FlexCel_XlsAdapter.dpk
│ │ ├── FlexCel_XlsAdapter.dproj
│ │ ├── FlexCel_XlsAdapter.res
│ │ ├── FMX_FlexCel_Components_DESIGN.dpk
│ │ ├── FMX_FlexCel_Components_DESIGN.dproj
│ │ ├── FMX_FlexCel_Components_DESIGN.res
│ │ ├── FMX_FlexCel_Components.dpk
│ │ ├── FMX_FlexCel_Components.dproj
│ │ ├── FMX_FlexCel_Components.res
│ │ ├── FMX_FlexCel_Core.dpk
│ │ ├── FMX_FlexCel_Core.dproj
│ │ ├── FMX_FlexCel_Core.res
│ │ ├── VCL_FlexCel_Components_DESIGN.dpk
│ │ ├── VCL_FlexCel_Components_DESIGN.dproj
│ │ ├── VCL_FlexCel_Components_DESIGN.res
│ │ ├── VCL_FlexCel_Components.dpk
│ │ ├── VCL_FlexCel_Components.dproj
│ │ ├── VCL_FlexCel_Components.res
│ │ ├── VCL_FlexCel_Core.dpk
│ │ ├── VCL_FlexCel_Core.dproj
│ │ └── VCL_FlexCel_Core.res
│ ├── dXE4
│ │ ├── FlexCel_Core.dpk
│ │ ├── FlexCel_Core.dproj
│ │ ├── FlexCel_Core.res
│ │ ├── FlexCel.groupproj
│ │ ├── FlexCel_Pdf.dpk
│ │ ├── FlexCel_Pdf.dproj
│ │ ├── FlexCel_Pdf.res
│ │ ├── FlexCel_Render.dpk
│ │ ├── FlexCel_Render.dproj
│ │ ├── FlexCel_Render.res
│ │ ├── FlexCel_XlsAdapter.dpk
│ │ ├── FlexCel_XlsAdapter.dproj
│ │ ├── FlexCel_XlsAdapter.res
│ │ ├── FMX_FlexCel_Components_DESIGN.dpk
│ │ ├── FMX_FlexCel_Components_DESIGN.dproj
│ │ ├── FMX_FlexCel_Components_DESIGN.res
│ │ ├── FMX_FlexCel_Components.dpk
│ │ ├── FMX_FlexCel_Components.dproj
│ │ ├── FMX_FlexCel_Components.res
│ │ ├── FMX_FlexCel_Core.dpk
│ │ ├── FMX_FlexCel_Core.dproj
│ │ ├── FMX_FlexCel_Core.res
│ │ ├── VCL_FlexCel_Components_DESIGN.dpk
│ │ ├── VCL_FlexCel_Components_DESIGN.dproj
│ │ ├── VCL_FlexCel_Components_DESIGN.res
│ │ ├── VCL_FlexCel_Components.dpk
│ │ ├── VCL_FlexCel_Components.dproj
│ │ ├── VCL_FlexCel_Components.res
│ │ ├── VCL_FlexCel_Core.dpk
│ │ ├── VCL_FlexCel_Core.dproj
│ │ └── VCL_FlexCel_Core.res
│ ├── dXE5
│ │ ├── FlexCel_Core.dpk
│ │ ├── FlexCel_Core.dproj
│ │ ├── FlexCel_Core.res
│ │ ├── FlexCel.groupproj
│ │ ├── FlexCel_Pdf.dpk
│ │ ├── FlexCel_Pdf.dproj
│ │ ├── FlexCel_Pdf.res
│ │ ├── FlexCel_Render.dpk
│ │ ├── FlexCel_Render.dproj
│ │ ├── FlexCel_Render.res
│ │ ├── FlexCel_XlsAdapter.dpk
│ │ ├── FlexCel_XlsAdapter.dproj
│ │ ├── FlexCel_XlsAdapter.res
│ │ ├── FMX_FlexCel_Components_DESIGN.dpk
│ │ ├── FMX_FlexCel_Components_DESIGN.dproj
│ │ ├── FMX_FlexCel_Components_DESIGN.res
│ │ ├── FMX_FlexCel_Components.dpk
│ │ ├── FMX_FlexCel_Components.dproj
│ │ ├── FMX_FlexCel_Components.res
│ │ ├── FMX_FlexCel_Core.dpk
│ │ ├── FMX_FlexCel_Core.dproj
│ │ ├── FMX_FlexCel_Core.res
│ │ ├── VCL_FlexCel_Components_DESIGN.dpk
│ │ ├── VCL_FlexCel_Components_DESIGN.dproj
│ │ ├── VCL_FlexCel_Components_DESIGN.res
│ │ ├── VCL_FlexCel_Components.dpk
│ │ ├── VCL_FlexCel_Components.dproj
│ │ ├── VCL_FlexCel_Components.res
│ │ ├── VCL_FlexCel_Core.dpk
│ │ ├── VCL_FlexCel_Core.dproj
│ │ └── VCL_FlexCel_Core.res
│ └── dXE6
│ ├── FlexCel_Core.dpk
│ ├── FlexCel_Core.dproj
│ ├── FlexCel_Core.res
│ ├── FlexCel.groupproj
│ ├── FlexCel_Pdf.dpk
│ ├── FlexCel_Pdf.dproj
│ ├── FlexCel_Pdf.res
│ ├── FlexCel_Render.dpk
│ ├── FlexCel_Render.dproj
│ ├── FlexCel_Render.res
│ ├── FlexCel_XlsAdapter.dpk
│ ├── FlexCel_XlsAdapter.dproj
│ ├── FlexCel_XlsAdapter.res
│ ├── FMX_FlexCel_Components_DESIGN.dpk
│ ├── FMX_FlexCel_Components_DESIGN.dproj
│ ├── FMX_FlexCel_Components_DESIGN.res
│ ├── FMX_FlexCel_Components.dpk
│ ├── FMX_FlexCel_Components.dproj
│ ├── FMX_FlexCel_Components.res
│ ├── FMX_FlexCel_Core.dpk
│ ├── FMX_FlexCel_Core.dproj
│ ├── FMX_FlexCel_Core.res
│ ├── VCL_FlexCel_Components_DESIGN.dpk
│ ├── VCL_FlexCel_Components_DESIGN.dproj
│ ├── VCL_FlexCel_Components_DESIGN.res
│ ├── VCL_FlexCel_Components.dpk
│ ├── VCL_FlexCel_Components.dproj
│ ├── VCL_FlexCel_Components.res
│ ├── VCL_FlexCel_Core.dpk
│ ├── VCL_FlexCel_Core.dproj
│ └── VCL_FlexCel_Core.res
├── Setup
│ ├── flxbuild.bat
│ ├── InnovaHxReg.exe
│ └── toolboxvcl.exe
├── Source
│ ├── Core
│ │ ├── __BaseCrypto.pas
│ │ ├── __BobJHash.pas
│ │ ├── _ConditionalFormats.TConditionalCellValueRule.pas
│ │ ├── _ConditionalFormats.TConditionalFormatDef.pas
│ │ ├── _ConditionalFormats.TConditionalFormatDefStandard.pas
│ │ ├── _ConditionalFormats.TConditionalFormatRule.pas
│ │ ├── _ConditionalFormats.TConditionalFormulaRule.pas
│ │ ├── _ConditionalFormats.TConditionType.pas
│ │ ├── _CoreSwitch.pas
│ │ ├── __CryptoAPIEncryptionFactory.pas
│ │ ├── _ExcelAdapter.ExcelFile.pas
│ │ ├── _ExcelChart.ChartFillOptions.pas
│ │ ├── _ExcelChart.ChartLineOptions.pas
│ │ ├── _ExcelChart.ChartSeriesFillOptions.pas
│ │ ├── _ExcelChart.ChartSeriesLineOptions.pas
│ │ ├── _ExcelChart.ChartSeriesMarkerOptions.pas
│ │ ├── _ExcelChart.ChartSeriesMiscOptions.pas
│ │ ├── _ExcelChart.ChartSeriesOptions.pas
│ │ ├── _ExcelChart.ChartSeries.pas
│ │ ├── _ExcelChart.ChartSeriesPieOptions.pas
│ │ ├── _ExcelChart.ExcelChart.pas
│ │ ├── _ExcelChart.IStackedOptions.pas
│ │ ├── _ExcelChart.TAreaChartOptions.pas
│ │ ├── _ExcelChart.TAreaLineChartOptions.pas
│ │ ├── _ExcelChart.TAxisLabelPosition.pas
│ │ ├── _ExcelChart.TAxisLineOptions.pas
│ │ ├── _ExcelChart.TAxisRangeOptions.pas
│ │ ├── _ExcelChart.TAxisTickOptions.pas
│ │ ├── _ExcelChart.TAxisType.pas
│ │ ├── _ExcelChart.TBackgroundMode.pas
│ │ ├── _ExcelChart.TBarChartOptions.pas
│ │ ├── _ExcelChart.TBaseAxis.pas
│ │ ├── _ExcelChart.TBubbleSizeType.pas
│ │ ├── _ExcelChart.TCategoryAxisOptions.pas
│ │ ├── _ExcelChart.TCategoryAxis.pas
│ │ ├── _ExcelChart.TChartAxis.pas
│ │ ├── _ExcelChart.TChartDropBars.pas
│ │ ├── _ExcelChart.TChartFrameOptions.pas
│ │ ├── _ExcelChart.TChartLabelPositionMode.pas
│ │ ├── _ExcelChart.TChartLabelPosition.pas
│ │ ├── _ExcelChart.TChartLegend.pas
│ │ ├── _ExcelChart.TChartLegendPos.pas
│ │ ├── _ExcelChart.TChartLineStyle.pas
│ │ ├── _ExcelChart.TChartLineWeight.pas
│ │ ├── _ExcelChart.TChartMarkerType.pas
│ │ ├── _ExcelChart.TChartOneDropBar.pas
│ │ ├── _ExcelChart.TChartOptions.pas
│ │ ├── _ExcelChart.TChartPatternStyle.pas
│ │ ├── _ExcelChart.TChartPlotArea.pas
│ │ ├── _ExcelChart.TChartTextOptions.pas
│ │ ├── _ExcelChart.TChartType.pas
│ │ ├── _ExcelChart.TDataLabelOptions.pas
│ │ ├── _ExcelChart.TDataLabel.pas
│ │ ├── _ExcelChart.TDataLabelPosition.pas
│ │ ├── _ExcelChart.TFlxChartFont.pas
│ │ ├── _ExcelChart.TLabelDataValue.pas
│ │ ├── _ExcelChart.TLegendEntryOptions.pas
│ │ ├── _ExcelChart.TLegendOptionsList.pas
│ │ ├── _ExcelChart.TLineChartOptions.pas
│ │ ├── _ExcelChart.TLinkOption.pas
│ │ ├── _ExcelChart.TPieChartOptions.pas
│ │ ├── _ExcelChart.TPlotEmptyCells.pas
│ │ ├── _ExcelChart.TScatterChartOptions.pas
│ │ ├── _ExcelChart.TSeriesOptionsList.pas
│ │ ├── _ExcelChart.TStackedMode.pas
│ │ ├── _ExcelChart.TTickType.pas
│ │ ├── _ExcelChart.TUnknownChartOptions.pas
│ │ ├── _ExcelChart.TValueAxisOptions.pas
│ │ ├── _ExcelChart.TValueAxis.pas
│ │ ├── FLEXCELCOMPILER.INC
│ │ ├── __FlexCelFormatSettings.pas
│ │ ├── _FlexCel.GraphicsFactory.pas
│ │ ├── _FlexCel.HLinkFactory.pas
│ │ ├── FLEXCEL.INC
│ │ ├── __FlexCelTypes.pas
│ │ ├── __FlexCelVersionSpecific.pas
│ │ ├── _FlxMsg.Map.pas
│ │ ├── _FlxMsg.Resources.pas
│ │ ├── __FlxPackageBase.pas
│ │ ├── __FlxPackageReader.pas
│ │ ├── __FlxPackageWriter.pas
│ │ ├── __FlxXmlBase.pas
│ │ ├── __FlxXmlReader.pas
│ │ ├── __FlxXmlWriter.pas
│ │ ├── FMX.FlexCel.Core.pas
│ │ ├── _FormulaMsg.Map.pas
│ │ ├── _FormulaMsg.Resources.pas
│ │ ├── _FunctionNames.Resources.pas
│ │ ├── __MicroCollections.pas
│ │ ├── __MicroDictionary.pas
│ │ ├── __STH.pas
│ │ ├── _UAutoshapes.TArrowLen.pas
│ │ ├── _UAutoshapes.TArrowStyle.pas
│ │ ├── _UAutoshapes.TArrowWidth.pas
│ │ ├── _UAutoshapes.TBwMode.pas
│ │ ├── _UAutoshapes.TCheckboxState.pas
│ │ ├── _UAutoshapes.TFillType.pas
│ │ ├── _UAutoshapes.TLineArrow.pas
│ │ ├── _UAutoshapes.TLineDashing.pas
│ │ ├── _UAutoshapes.TLineJoin.pas
│ │ ├── _UAutoshapes.TObjectType.pas
│ │ ├── _UAutoshapes.TSgFormula.pas
│ │ ├── _UAutoshapes.TShapeEffects.pas
│ │ ├── _UAutoshapes.TShapeFill.pas
│ │ ├── _UAutoshapes.TShapeFont.pas
│ │ ├── _UAutoshapes.TShapeLine.pas
│ │ ├── _UAutoshapes.TShapeOptionList.pas
│ │ ├── _UAutoshapes.TShapeOption.pas
│ │ ├── _UAutoshapes.TShapeOptionValue.pas
│ │ ├── _UAutoshapes.TShapeOptionValueType.pas
│ │ ├── _UAutoshapes.TShapeProperties.pas
│ │ ├── _UAutoshapes.TShapeType.pas
│ │ ├── __UBufferedStream.pas
│ │ ├── __UCellValue.pas
│ │ ├── _UColorSpaces.THSLColor.pas
│ │ ├── _UColorSpaces.TLabColor.pas
│ │ ├── _UColorSpaces.TScRGBColor.pas
│ │ ├── _UCompactFramework.EncodingHelper.pas
│ │ ├── _UCompress20.TCompressor.pas
│ │ ├── _UConvertTextToInternal.TFormulaConvertTextToInternal.pas
│ │ ├── _UConvertTextToInternal.TRowAndCols.pas
│ │ ├── _UCoreClasses.CharUtils.pas
│ │ ├── _UCoreClasses.FlxDateTime.pas
│ │ ├── _UCoreClasses.FlxUtils.pas
│ │ ├── _UCoreClasses.HashCoder.pas
│ │ ├── _UCoreClasses.IntStringHashtable.pas
│ │ ├── _UCoreClasses.IUserDefinedFunctionAggregator.pas
│ │ ├── _UCoreClasses.StringIntHashtable.pas
│ │ ├── _UCoreClasses.StringStringHashtable.pas
│ │ ├── _UCoreClasses.TCaseInsensitiveHashtableStrInt.pas
│ │ ├── _UCoreClasses.TCellMergedState.pas
│ │ ├── _UCoreClasses.TColumnBlock.pas
│ │ ├── _UCoreClasses.TDataValidationConditionType.pas
│ │ ├── _UCoreClasses.TDataValidationDataType.pas
│ │ ├── _UCoreClasses.TDataValidationIcon.pas
│ │ ├── _UCoreClasses.TDataValidationImeMode.pas
│ │ ├── _UCoreClasses.TDataValidationInfo.pas
│ │ ├── _UCoreClasses.TDoubleList.pas
│ │ ├── _UCoreClasses.TExcelFileErrorActions.pas
│ │ ├── _UCoreClasses.TExcelObjectList.pas
│ │ ├── _UCoreClasses.TExcelTypes.pas
│ │ ├── _UCoreClasses.THeaderAndFooter.pas
│ │ ├── _UCoreClasses.THyperLink.pas
│ │ ├── _UCoreClasses.TIdAndShapeId.pas
│ │ ├── _UCoreClasses.TUnsupportedFormulaList.pas
│ │ ├── _UCoreClasses.TUnsupportedFormula.pas
│ │ ├── _UCoreClasses.TUserDefinedFunctionLocation.pas
│ │ ├── _UCoreClasses.TUserDefinedFunctionScope.pas
│ │ ├── _UCoreClasses.TWState.pas
│ │ ├── _UCoreConstants.FlxConsts.pas
│ │ ├── _UCoreEnums.ColumnImportType.pas
│ │ ├── _UCoreEnums.FlxParam.pas
│ │ ├── _UCoreEnums.InternalNameRange.pas
│ │ ├── _UCoreEnums.TAutofitMerged.pas
│ │ ├── _UCoreEnums.TCollapseChildrenMode.pas
│ │ ├── _UCoreEnums.TExcelFileFormat.pas
│ │ ├── _UCoreEnums.TExcelVersion.pas
│ │ ├── _UCoreEnums.TExcludedRecords.pas
│ │ ├── _UCoreEnums.TFileFormats.pas
│ │ ├── _UCoreEnums.TFlxAnchorType.pas
│ │ ├── _UCoreEnums.TFlxFormulaErrorValue.pas
│ │ ├── _UCoreEnums.TFlxFormulaNoError.pas
│ │ ├── _UCoreEnums.TFlxInsertMode.pas
│ │ ├── _UCoreEnums.TFunctionGroup.pas
│ │ ├── _UCoreEnums.THeaderAndFooterKind.pas
│ │ ├── _UCoreEnums.THeaderAndFooterPos.pas
│ │ ├── _UCoreEnums.THidePrintObjects.pas
│ │ ├── _UCoreEnums.THyperLinkType.pas
│ │ ├── _UCoreEnums.TIgnoredErrors.pas
│ │ ├── _UCoreEnums.TListBoxSelectionType.pas
│ │ ├── _UCoreEnums.TPanePosition.pas
│ │ ├── _UCoreEnums.TPaperSize.pas
│ │ ├── _UCoreEnums.TPrintOptions.pas
│ │ ├── _UCoreEnums.TRangeCopyMode.pas
│ │ ├── _UCoreEnums.TRecalcMode.pas
│ │ ├── _UCoreEnums.TReferenceStyle.pas
│ │ ├── _UCoreEnums.TSheetCalcMode.pas
│ │ ├── _UCoreEnums.TSheetOptions.pas
│ │ ├── _UCoreEnums.TSheetType.pas
│ │ ├── _UCoreEnums.TSheetWindowOptions.pas
│ │ ├── _UCoreEnums.TSortOrder.pas
│ │ ├── _UCoreEnums.TStyleCategory.pas
│ │ ├── _UCoreEnums.TSVGExportType.pas
│ │ ├── _UCoreEnums.TTextRotation.pas
│ │ ├── _UCoreEnums.TUnsupportedFormulaErrorType.pas
│ │ ├── _UCoreEnums.TXlsBiffVersion.pas
│ │ ├── _UCoreEnums.TXlsImgType.pas
│ │ ├── _UCoreEnums.TXlsSheetVisible.pas
│ │ ├── __UCoreExcelFile.pas
│ │ ├── _UCoreFunctionCache.pas
│ │ ├── _UCoreInterfaces.IEmbeddedObjects.pas
│ │ ├── _UCoreInterfaces.IRowColSize.pas
│ │ ├── _UDocumentProperties.TDocumentCustomProperty.pas
│ │ ├── _UDocumentProperties.TDocumentCustomPropertyType.pas
│ │ ├── _UDocumentProperties.TDocumentProperties.pas
│ │ ├── _UDocumentProperties.TOlePropertyName.pas
│ │ ├── _UDocumentProperties.TPropertyId.pas
│ │ ├── _UDrawingColors.TColorTransform.pas
│ │ ├── _UDrawingColors.TColorTransformType.pas
│ │ ├── _UDrawingColors.TDrawingColor.pas
│ │ ├── _UDrawingColors.TDrawingColorType.pas
│ │ ├── _UDrawingColors.TPresetColor.pas
│ │ ├── _UDrawingColors.TSystemColor.pas
│ │ ├── _UDrawingColors.TThemeColorScheme.pas
│ │ ├── _UDrawingML.TDrawingCoordinate.pas
│ │ ├── _UDrawingML.TDrawingGradientStop.pas
│ │ ├── _UDrawingML.TDrawingPattern.pas
│ │ ├── _UDrawingML.TDrawingPoint.pas
│ │ ├── _UDrawingML.TDrawingPresetGeom.pas
│ │ ├── _UDrawingML.TDrawingRectAlign.pas
│ │ ├── _UDrawingML.TDrawingRelativeRect.pas
│ │ ├── _UDrawingML.TDrawingUnit.pas
│ │ ├── _UDrawingML.TFlipMode.pas
│ │ ├── _UDrawingRichText.TDrawingAlignment.pas
│ │ ├── _UDrawingRichText.TDrawingFontAlign.pas
│ │ ├── _UDrawingRichText.TDrawingHyperlink.pas
│ │ ├── _UDrawingRichText.TDrawingParagraphProperties.pas
│ │ ├── _UDrawingRichText.TDrawingRichString.pas
│ │ ├── _UDrawingRichText.TDrawingTextAttributes.pas
│ │ ├── _UDrawingRichText.TDrawingTextCapitalization.pas
│ │ ├── _UDrawingRichText.TDrawingTextParagraph.pas
│ │ ├── _UDrawingRichText.TDrawingTextProperties.pas
│ │ ├── _UDrawingRichText.TDrawingTextRun.pas
│ │ ├── _UDrawingRichText.TDrawingTextStrike.pas
│ │ ├── _UDrawingRichText.TDrawingUnderline.pas
│ │ ├── _UDrawingRichText.TDrawingUnderlineStyle.pas
│ │ ├── _UDrawingRichText.TMutableDrawingTextProperties.pas
│ │ ├── _UDrawingSupport.ImageUtils.pas
│ │ ├── _UExcelColors.TAutomaticColor.pas
│ │ ├── _UExcelColors.TColorType.pas
│ │ ├── _UExcelColors.TExcelColor.pas
│ │ ├── _UExcelColors.TExcelGradient.pas
│ │ ├── _UExcelColors.TExcelLinearGradient.pas
│ │ ├── _UExcelColors.TExcelRectangularGradient.pas
│ │ ├── _UExcelColors.TGradientStop.pas
│ │ ├── _UExcelColors.TGradientType.pas
│ │ ├── _UExcelColors.TThemeColor.pas
│ │ ├── _UExcelFont.ExcelFont.pas
│ │ ├── _UExcelFont.TFontCache.pas
│ │ ├── _UExcelFont.TFontDesc.pas
│ │ ├── _UExcelFont.TFontInfo.pas
│ │ ├── _UExcelFont.TFontList.pas
│ │ ├── _UExcelMetrics.ExcelMetrics.pas
│ │ ├── _UExcelMetrics.TCachedFontWidth.pas
│ │ ├── _UFlexCelHtml.HtmlFontEventArgs.pas
│ │ ├── _UFlexCelHtml.HtmlFontEventHandler.pas
│ │ ├── _UFlexCelHtml.IHtmlFontEvent.pas
│ │ ├── _UFlexCelHtml.OnSheetNameEventArgs.pas
│ │ ├── _UFlexCelHtml.OnSheetNameEventHandler.pas
│ │ ├── _UFlexCelHtml.TEnterStyle.pas
│ │ ├── _UFlexCelHtml.THtmlColors.pas
│ │ ├── _UFlexCelHtml.THtmlDataUri.pas
│ │ ├── _UFlexCelHtml.THtmlEntities.pas
│ │ ├── _UFlexCelHtml.THtmlFileFormat.pas
│ │ ├── _UFlexCelHtml.THtmlFixes.pas
│ │ ├── _UFlexCelHtml.THtmlParsedString.pas
│ │ ├── _UFlexCelHtml.THtmlStyle.pas
│ │ ├── _UFlexCelHtml.THtmlTagCreator.pas
│ │ ├── _UFlexCelHtml.THtmlTag.pas
│ │ ├── _UFlexCelHtml.THtmlVersion.pas
│ │ ├── _UFlexCelHtml.TImageNaming.pas
│ │ ├── _UFlexCelHtml.TPositionTags.pas
│ │ ├── _UFlexCelTrace.FlexCelErrorEventHandler.pas
│ │ ├── _UFlexCelTrace.FlexCelError.pas
│ │ ├── _UFlexCelTrace.FlexCelTrace.pas
│ │ ├── _UFlexCelTrace.TFlexCelErrorInfo.pas
│ │ ├── _UFlexCelTrace.THtmlSaveSharingViolationError.pas
│ │ ├── _UFlexCelTrace.TMalformedUrlError.pas
│ │ ├── _UFlexCelTrace.TPdfCorruptFontInFontFolderError.pas
│ │ ├── _UFlexCelTrace.TPdfFauxBoldOrItalicsError.pas
│ │ ├── _UFlexCelTrace.TPdfFontNotFoundError.pas
│ │ ├── _UFlexCelTrace.TPdfGlyphNotInFontError.pas
│ │ ├── _UFlexCelTrace.TPdfUsedFallbackFontError.pas
│ │ ├── _UFlexCelTrace.TRecoveryInvalidFormulaTokens.pas
│ │ ├── _UFlexCelTrace.TRecoveryInvalidNameError.pas
│ │ ├── _UFlexCelTrace.TRenderCorruptImageError.pas
│ │ ├── _UFlexCelTrace.TRenderErrorDrawingImageError.pas
│ │ ├── _UFlexCelTrace.TRenderGenericPreviewError.pas
│ │ ├── _UFlexCelTrace.TRenderMetafileError.pas
│ │ ├── _UFlexCelTrace.TXlsTooManyPageBreaksError.pas
│ │ ├── _UFlexCelTrace.TXlsxInvalidNameError.pas
│ │ ├── _UFlexCelTrace.TXlsxMissingPartError.pas
│ │ ├── _UFlxFormats.TBuiltInStyle.pas
│ │ ├── _UFlxFormats.TFlxApplyBorders.pas
│ │ ├── _UFlxFormats.TFlxApplyFillPattern.pas
│ │ ├── _UFlxFormats.TFlxApplyFont.pas
│ │ ├── _UFlxFormats.TFlxApplyFormat.pas
│ │ ├── _UFlxFormats.TFlxBorders.pas
│ │ ├── _UFlxFormats.TFlxBorderStyle.pas
│ │ ├── _UFlxFormats.TFlxDiagonalBorder.pas
│ │ ├── _UFlxFormats.TFlxFillPattern.pas
│ │ ├── _UFlxFormats.TFlxFont.pas
│ │ ├── _UFlxFormats.TFlxFontStyles.pas
│ │ ├── _UFlxFormats.TFlxFormat.pas
│ │ ├── _UFlxFormats.TFlxOneBorder.pas
│ │ ├── _UFlxFormats.TFlxPatternStyle.pas
│ │ ├── _UFlxFormats.TFlxUnderline.pas
│ │ ├── _UFlxFormats.TFontScheme.pas
│ │ ├── _UFlxFormats.THFlxAlignment.pas
│ │ ├── _UFlxFormats.TLinkedStyle.pas
│ │ ├── _UFlxFormats.TVFlxAlignment.pas
│ │ ├── _UFlxMessages.FlexCelCoreException.pas
│ │ ├── _UFlxMessages.FlexCelException.pas
│ │ ├── _UFlxMessages.FlxErr.pas
│ │ ├── _UFlxMessages.FlxMessage.pas
│ │ ├── _UFlxMessages.FlxMessages.pas
│ │ ├── _UFlxNumberFormat.TAdaptativeFormats.pas
│ │ ├── _UFlxNumberFormat.TCharAndPos.pas
│ │ ├── _UFlxNumberFormat.TDigitCollection.pas
│ │ ├── _UFlxNumberFormat.TFlxNumberFormat.pas
│ │ ├── _UFlxNumberFormat.TFormatSection.pas
│ │ ├── _UFlxNumberFormat.TFormatSections.pas
│ │ ├── _UFlxNumberFormat.TLocalDateTime.pas
│ │ ├── _UFlxNumberFormat.TResultCondition.pas
│ │ ├── _UFlxStack.TFormulaStack.pas
│ │ ├── _UFlxStack.TStringStack.pas
│ │ ├── _UFlxStack.TWhiteSpace.pas
│ │ ├── _UFlxStack.TWhiteSpaceStack.pas
│ │ ├── _UFormulaTokens.TAbsToken.pas
│ │ ├── _UFormulaTokens.TAcoshToken.pas
│ │ ├── _UFormulaTokens.TAcosToken.pas
│ │ ├── _UFormulaTokens.TAddressList.pas
│ │ ├── _UFormulaTokens.TAddress.pas
│ │ ├── _UFormulaTokens.TAddressToken.pas
│ │ ├── _UFormulaTokens.TAddToken.pas
│ │ ├── _UFormulaTokens.TAggregateToken.pas
│ │ ├── _UFormulaTokens.TAndAggregate.pas
│ │ ├── _UFormulaTokens.TAndToken.pas
│ │ ├── _UFormulaTokens.TArea3dNToken.pas
│ │ ├── _UFormulaTokens.TArea3dToken.pas
│ │ ├── _UFormulaTokens.TAreaNToken.pas
│ │ ├── _UFormulaTokens.TAreasToken.pas
│ │ ├── _UFormulaTokens.TAreaToken.pas
│ │ ├── _UFormulaTokens.TArgType.pas
│ │ ├── _UFormulaTokens.TArrayAggregate.pas
│ │ ├── _UFormulaTokens.TArrayDataToken.pas
│ │ ├── _UFormulaTokens.TAscToken.pas
│ │ ├── _UFormulaTokens.TAsinhToken.pas
│ │ ├── _UFormulaTokens.TAsinToken.pas
│ │ ├── _UFormulaTokens.TAtan2Token.pas
│ │ ├── _UFormulaTokens.TAtanhToken.pas
│ │ ├── _UFormulaTokens.TAtanToken.pas
│ │ ├── _UFormulaTokens.TAttrGotoToken.pas
│ │ ├── _UFormulaTokens.TAttrOptChooseToken.pas
│ │ ├── _UFormulaTokens.TAttrOptIfToken.pas
│ │ ├── _UFormulaTokens.TAttrSpaceToken.pas
│ │ ├── _UFormulaTokens.TAttrSumToken.pas
│ │ ├── _UFormulaTokens.TAttrToken.pas
│ │ ├── _UFormulaTokens.TAttrVolatileToken.pas
│ │ ├── _UFormulaTokens.TAveDevToken.pas
│ │ ├── _UFormulaTokens.TAverageAggregate.pas
│ │ ├── _UFormulaTokens.TAverageAToken.pas
│ │ ├── _UFormulaTokens.TAverageIfsToken.pas
│ │ ├── _UFormulaTokens.TAverageIfToken.pas
│ │ ├── _UFormulaTokens.TAverageToken.pas
│ │ ├── _UFormulaTokens.TAverageValue.pas
│ │ ├── _UFormulaTokens.TBaseAggregate.pas
│ │ ├── _UFormulaTokens.TBaseAggregateToken.pas
│ │ ├── _UFormulaTokens.TBaseArithOpToken.pas
│ │ ├── _UFormulaTokens.TBaseErrAggregate.pas
│ │ ├── _UFormulaTokens.TBaseFunctionToken.pas
│ │ ├── _UFormulaTokens.TBaseLookupToken.pas
│ │ ├── _UFormulaTokens.TBaseOddEvenToken.pas
│ │ ├── _UFormulaTokens.TBaseParsedToken.pas
│ │ ├── _UFormulaTokens.TBasePermutCombinToken.pas
│ │ ├── _UFormulaTokens.TBaseRangeIfToken.pas
│ │ ├── _UFormulaTokens.TBaseRefOpToken.pas
│ │ ├── _UFormulaTokens.TBaseRefToken.pas
│ │ ├── _UFormulaTokens.TBaseRoundToken.pas
│ │ ├── _UFormulaTokens.TBaseStDevToken.pas
│ │ ├── _UFormulaTokens.TBaseSumProductToken.pas
│ │ ├── _UFormulaTokens.TBaseXYStatToken.pas
│ │ ├── _UFormulaTokens.TBinomDistToken.pas
│ │ ├── _UFormulaTokens.TBoolCriteria.pas
│ │ ├── _UFormulaTokens.TBoolDataToken.pas
│ │ ├── _UFormulaTokens.TCalcStack.pas
│ │ ├── _UFormulaTokens.TCalcStateAndStack.pas
│ │ ├── _UFormulaTokens.TCalcState.pas
│ │ ├── _UFormulaTokens.TCeilingPreciseToken.pas
│ │ ├── _UFormulaTokens.TCeilingToken.pas
│ │ ├── _UFormulaTokens.TCellToken.pas
│ │ ├── _UFormulaTokens.TCharToken.pas
│ │ ├── _UFormulaTokens.TChiDistToken.pas
│ │ ├── _UFormulaTokens.TChiInvToken.pas
│ │ ├── _UFormulaTokens.TChiTestToken.pas
│ │ ├── _UFormulaTokens.TChooseToken.pas
│ │ ├── _UFormulaTokens.TCleanToken.pas
│ │ ├── _UFormulaTokens.TCodeToken.pas
│ │ ├── _UFormulaTokens.TColToken.pas
│ │ ├── _UFormulaTokens.TColumnsToken.pas
│ │ ├── _UFormulaTokens.TCombinToken.pas
│ │ ├── _UFormulaTokens.TConcatenateToken.pas
│ │ ├── _UFormulaTokens.TConcatToken.pas
│ │ ├── _UFormulaTokens.TConfidenceToken.pas
│ │ ├── _UFormulaTokens.TCorrelToken.pas
│ │ ├── _UFormulaTokens.TCoshToken.pas
│ │ ├── _UFormulaTokens.TCosToken.pas
│ │ ├── _UFormulaTokens.TCountAAggregate.pas
│ │ ├── _UFormulaTokens.TCountAggregate.pas
│ │ ├── _UFormulaTokens.TCountAToken.pas
│ │ ├── _UFormulaTokens.TCountBlankToken.pas
│ │ ├── _UFormulaTokens.TCountIfsToken.pas
│ │ ├── _UFormulaTokens.TCountIfToken.pas
│ │ ├── _UFormulaTokens.TCountToken.pas
│ │ ├── _UFormulaTokens.TCoVarToken.pas
│ │ ├── _UFormulaTokens.TCriteriaAndAddress.pas
│ │ ├── _UFormulaTokens.TCriteria.pas
│ │ ├── _UFormulaTokens.TCriteriaType.pas
│ │ ├── _UFormulaTokens.TDatabaseBaseToken.pas
│ │ ├── _UFormulaTokens.TDataToken.pas
│ │ ├── _UFormulaTokens.TDateDifToken.pas
│ │ ├── _UFormulaTokens.TDateToken.pas
│ │ ├── _UFormulaTokens.TDateValueToken.pas
│ │ ├── _UFormulaTokens.TDAverageToken.pas
│ │ ├── _UFormulaTokens.TDays360Token.pas
│ │ ├── _UFormulaTokens.TDayToken.pas
│ │ ├── _UFormulaTokens.TDbState.pas
│ │ ├── _UFormulaTokens.TDbStDevState.pas
│ │ ├── _UFormulaTokens.TDBToken.pas
│ │ ├── _UFormulaTokens.TDCountAToken.pas
│ │ ├── _UFormulaTokens.TDCountToken.pas
│ │ ├── _UFormulaTokens.TDDBToken.pas
│ │ ├── _UFormulaTokens.TDebugItem.pas
│ │ ├── _UFormulaTokens.TDebugStack.pas
│ │ ├── _UFormulaTokens.TDegreesToken.pas
│ │ ├── _UFormulaTokens.TDeprBaseToken.pas
│ │ ├── _UFormulaTokens.TDevSqToken.pas
│ │ ├── _UFormulaTokens.TDGetToken.pas
│ │ ├── _UFormulaTokens.TDivToken.pas
│ │ ├── _UFormulaTokens.TDMaxToken.pas
│ │ ├── _UFormulaTokens.TDMinToken.pas
│ │ ├── _UFormulaTokens.TDollarToken.pas
│ │ ├── _UFormulaTokens.TDoubleCriteria.pas
│ │ ├── _UFormulaTokens.TDoubleInt.pas
│ │ ├── _UFormulaTokens.TDProductToken.pas
│ │ ├── _UFormulaTokens.TDStDevToken.pas
│ │ ├── _UFormulaTokens.TDSumToken.pas
│ │ ├── _UFormulaTokens.TDVarStDevToken.pas
│ │ ├── _UFormulaTokens.TDVarToken.pas
│ │ ├── _UFormulaTokens.TEQToken.pas
│ │ ├── _UFormulaTokens.TEqualityToken.pas
│ │ ├── _UFormulaTokens.TErr2Aggregate.pas
│ │ ├── _UFormulaTokens.TErrDataToken.pas
│ │ ├── _UFormulaTokens.TErrorTypeToken.pas
│ │ ├── _UFormulaTokens.TEvenToken.pas
│ │ ├── _UFormulaTokens.TExactToken.pas
│ │ ├── _UFormulaTokens.TExponDistToken.pas
│ │ ├── _UFormulaTokens.TExp_Token.pas
│ │ ├── _UFormulaTokens.TExpToken.pas
│ │ ├── _UFormulaTokens.TFactToken.pas
│ │ ├── _UFormulaTokens.TFalseCriteria.pas
│ │ ├── _UFormulaTokens.TFalseToken.pas
│ │ ├── _UFormulaTokens.TFindToken.pas
│ │ ├── _UFormulaTokens.TFisherInvToken.pas
│ │ ├── _UFormulaTokens.TFisherToken.pas
│ │ ├── _UFormulaTokens.TFixedToken.pas
│ │ ├── _UFormulaTokens.TFloorPreciseToken.pas
│ │ ├── _UFormulaTokens.TFloorToken.pas
│ │ ├── _UFormulaTokens.TFormulaCriteria.pas
│ │ ├── _UFormulaTokens.TFrequencyAggregate.pas
│ │ ├── _UFormulaTokens.TFrequencyToken.pas
│ │ ├── _UFormulaTokens.TFunctionParams.pas
│ │ ├── _UFormulaTokens.TFVToken.pas
│ │ ├── _UFormulaTokens.TGammaDistToken.pas
│ │ ├── _UFormulaTokens.TGammaInvToken.pas
│ │ ├── _UFormulaTokens.TGammaLnToken.pas
│ │ ├── _UFormulaTokens.TGeoMeanAggregate.pas
│ │ ├── _UFormulaTokens.TGeoMeanToken.pas
│ │ ├── _UFormulaTokens.TGEToken.pas
│ │ ├── _UFormulaTokens.TGridSize.pas
│ │ ├── _UFormulaTokens.TGTToken.pas
│ │ ├── _UFormulaTokens.THarMeanAggregate.pas
│ │ ├── _UFormulaTokens.THarMeanToken.pas
│ │ ├── _UFormulaTokens.THLookupToken.pas
│ │ ├── _UFormulaTokens.THourToken.pas
│ │ ├── _UFormulaTokens.THyperlinkToken.pas
│ │ ├── _UFormulaTokens.THypGeomDistToken.pas
│ │ ├── _UFormulaTokens.TIfErrorToken.pas
│ │ ├── _UFormulaTokens.TIFToken.pas
│ │ ├── _UFormulaTokens.TIgnoreInCalcToken.pas
│ │ ├── _UFormulaTokens.TImplementedFunctionList.pas
│ │ ├── _UFormulaTokens.TImplementedFunction.pas
│ │ ├── _UFormulaTokens.TIndexToken.pas
│ │ ├── _UFormulaTokens.TIndirectToken.pas
│ │ ├── _UFormulaTokens.TIntDataToken.pas
│ │ ├── _UFormulaTokens.TInterceptToken.pas
│ │ ├── _UFormulaTokens.TIntToken.pas
│ │ ├── _UFormulaTokens.TIPMTToken.pas
│ │ ├── _UFormulaTokens.TIRRToken.pas
│ │ ├── _UFormulaTokens.TIsBlankToken.pas
│ │ ├── _UFormulaTokens.TISectToken.pas
│ │ ├── _UFormulaTokens.TIsErrorToken.pas
│ │ ├── _UFormulaTokens.TIsErrToken.pas
│ │ ├── _UFormulaTokens.TIsLogicalToken.pas
│ │ ├── _UFormulaTokens.TIsNAToken.pas
│ │ ├── _UFormulaTokens.TIsNonTextToken.pas
│ │ ├── _UFormulaTokens.TIsNumberToken.pas
│ │ ├── _UFormulaTokens.TIsRefToken.pas
│ │ ├── _UFormulaTokens.TIsTextToken.pas
│ │ ├── _UFormulaTokens.TKurtToken.pas
│ │ ├── _UFormulaTokens.TLargeToken.pas
│ │ ├── _UFormulaTokens.TLeftRightToken.pas
│ │ ├── _UFormulaTokens.TLeftToken.pas
│ │ ├── _UFormulaTokens.TLengthToken.pas
│ │ ├── _UFormulaTokens.TLEToken.pas
│ │ ├── _UFormulaTokens.TLnToken.pas
│ │ ├── _UFormulaTokens.TLog10Token.pas
│ │ ├── _UFormulaTokens.TLogicalToken.pas
│ │ ├── _UFormulaTokens.TLogInvToken.pas
│ │ ├── _UFormulaTokens.TLogNormDistToken.pas
│ │ ├── _UFormulaTokens.TLogToken.pas
│ │ ├── _UFormulaTokens.TLookupCacheKey.pas
│ │ ├── _UFormulaTokens.TLookupCache.pas
│ │ ├── _UFormulaTokens.TLookupCacheValueComparer.pas
│ │ ├── _UFormulaTokens.TLookupCacheValue.pas
│ │ ├── _UFormulaTokens.TLookupToken.pas
│ │ ├── _UFormulaTokens.TLowerToken.pas
│ │ ├── _UFormulaTokens.TLTToken.pas
│ │ ├── _UFormulaTokens.TMatchToken.pas
│ │ ├── _UFormulaTokens.TMaxAggregate.pas
│ │ ├── _UFormulaTokens.TMaxAToken.pas
│ │ ├── _UFormulaTokens.TMaxMinKAggregate.pas
│ │ ├── _UFormulaTokens.TMaxToken.pas
│ │ ├── _UFormulaTokens.TMedianAggregate.pas
│ │ ├── _UFormulaTokens.TMedianToken.pas
│ │ ├── _UFormulaTokens.TMemAreaNToken.pas
│ │ ├── _UFormulaTokens.TMemAreaToken.pas
│ │ ├── _UFormulaTokens.TMemErrToken.pas
│ │ ├── _UFormulaTokens.TMemFuncToken.pas
│ │ ├── _UFormulaTokens.TMemNoMemNToken.pas
│ │ ├── _UFormulaTokens.TMemNoMemToken.pas
│ │ ├── _UFormulaTokens.TMidToken.pas
│ │ ├── _UFormulaTokens.TMinAggregate.pas
│ │ ├── _UFormulaTokens.TMinAToken.pas
│ │ ├── _UFormulaTokens.TMinToken.pas
│ │ ├── _UFormulaTokens.TMinuteToken.pas
│ │ ├── _UFormulaTokens.TMIRRToken.pas
│ │ ├── _UFormulaTokens.TMissingArgDataToken.pas
│ │ ├── _UFormulaTokens.TMMultToken.pas
│ │ ├── _UFormulaTokens.TModDiffAggregate.pas
│ │ ├── _UFormulaTokens.TModeToken.pas
│ │ ├── _UFormulaTokens.TModToken.pas
│ │ ├── _UFormulaTokens.TMonthToken.pas
│ │ ├── _UFormulaTokens.TMulToken.pas
│ │ ├── _UFormulaTokens.TNameToken.pas
│ │ ├── _UFormulaTokens.TNameXToken.pas
│ │ ├── _UFormulaTokens.TNaToken.pas
│ │ ├── _UFormulaTokens.TNDoubleArgToken.pas
│ │ ├── _UFormulaTokens.TNegBinomDistToken.pas
│ │ ├── _UFormulaTokens.TNegToken.pas
│ │ ├── _UFormulaTokens.TNEToken.pas
│ │ ├── _UFormulaTokens.TNormDistToken.pas
│ │ ├── _UFormulaTokens.TNormInvToken.pas
│ │ ├── _UFormulaTokens.TNormsDistToken.pas
│ │ ├── _UFormulaTokens.TNormsInvToken.pas
│ │ ├── _UFormulaTokens.TNotToken.pas
│ │ ├── _UFormulaTokens.TNowToken.pas
│ │ ├── _UFormulaTokens.TNPerToken.pas
│ │ ├── _UFormulaTokens.TNPVToken.pas
│ │ ├── _UFormulaTokens.TNSquaredDiffAggregate.pas
│ │ ├── _UFormulaTokens.TNToken.pas
│ │ ├── _UFormulaTokens.TNullCriteria.pas
│ │ ├── _UFormulaTokens.TNumDataToken.pas
│ │ ├── _UFormulaTokens.TOddToken.pas
│ │ ├── _UFormulaTokens.TOffsetToken.pas
│ │ ├── _UFormulaTokens.TOneCellRef.pas
│ │ ├── _UFormulaTokens.TOneDoubleArgToken.pas
│ │ ├── _UFormulaTokens.TOneStringArgToken.pas
│ │ ├── _UFormulaTokens.TOrAggregate.pas
│ │ ├── _UFormulaTokens.TOrToken.pas
│ │ ├── _UFormulaTokens.TParenToken.pas
│ │ ├── _UFormulaTokens.TParsedTokenListBuilder.pas
│ │ ├── _UFormulaTokens.TPearsonToken.pas
│ │ ├── _UFormulaTokens.TPercentileToken.pas
│ │ ├── _UFormulaTokens.TPercentRankAggregate.pas
│ │ ├── _UFormulaTokens.TPercentRankToken.pas
│ │ ├── _UFormulaTokens.TPercentRankValue.pas
│ │ ├── _UFormulaTokens.TPercentToken.pas
│ │ ├── _UFormulaTokens.TPermutToken.pas
│ │ ├── _UFormulaTokens.TPiToken.pas
│ │ ├── _UFormulaTokens.TPMTToken.pas
│ │ ├── _UFormulaTokens.TPoissonToken.pas
│ │ ├── _UFormulaTokens.TPowerFuncToken.pas
│ │ ├── _UFormulaTokens.TPowerToken.pas
│ │ ├── _UFormulaTokens.TPPMTToken.pas
│ │ ├── _UFormulaTokens.TProductAggregate.pas
│ │ ├── _UFormulaTokens.TProductToken.pas
│ │ ├── _UFormulaTokens.TProperToken.pas
│ │ ├── _UFormulaTokens.TPVBaseToken.pas
│ │ ├── _UFormulaTokens.TPVToken.pas
│ │ ├── _UFormulaTokens.TRadiansToken.pas
│ │ ├── _UFormulaTokens.TRandToken.pas
│ │ ├── _UFormulaTokens.TRangeIfsToken.pas
│ │ ├── _UFormulaTokens.TRangeIfToken.pas
│ │ ├── _UFormulaTokens.TRangeParsedToken.pas
│ │ ├── _UFormulaTokens.TRangeToken.pas
│ │ ├── _UFormulaTokens.TRankToken.pas
│ │ ├── _UFormulaTokens.TRateToken.pas
│ │ ├── _UFormulaTokens.TRef3dNToken.pas
│ │ ├── _UFormulaTokens.TRef3dToken.pas
│ │ ├── _UFormulaTokens.TRefNToken.pas
│ │ ├── _UFormulaTokens.TRefRange.pas
│ │ ├── _UFormulaTokens.TRefToken.pas
│ │ ├── _UFormulaTokens.TReplaceToken.pas
│ │ ├── _UFormulaTokens.TReptToken.pas
│ │ ├── _UFormulaTokens.TRightToken.pas
│ │ ├── _UFormulaTokens.TRomanToken.pas
│ │ ├── _UFormulaTokens.TRoundDownToken.pas
│ │ ├── _UFormulaTokens.TRoundToken.pas
│ │ ├── _UFormulaTokens.TRoundUpToken.pas
│ │ ├── _UFormulaTokens.TRowsToken.pas
│ │ ├── _UFormulaTokens.TRowToken.pas
│ │ ├── _UFormulaTokens.TRsqToken.pas
│ │ ├── _UFormulaTokens.TSearchToken.pas
│ │ ├── _UFormulaTokens.TSecondToken.pas
│ │ ├── _UFormulaTokens.TSignToken.pas
│ │ ├── _UFormulaTokens.TSimpleMemToken.pas
│ │ ├── _UFormulaTokens.TSinhToken.pas
│ │ ├── _UFormulaTokens.TSinToken.pas
│ │ ├── _UFormulaTokens.TSkewToken.pas
│ │ ├── _UFormulaTokens.TSlnToken.pas
│ │ ├── _UFormulaTokens.TSlopeToken.pas
│ │ ├── _UFormulaTokens.TSmallLargeToken.pas
│ │ ├── _UFormulaTokens.TSmallToken.pas
│ │ ├── _UFormulaTokens.TSqrtToken.pas
│ │ ├── _UFormulaTokens.TSquaredDiffAggregate.pas
│ │ ├── _UFormulaTokens.TStandardizeToken.pas
│ │ ├── _UFormulaTokens.TStatDistToken.pas
│ │ ├── _UFormulaTokens.TStaticToken.pas
│ │ ├── _UFormulaTokens.TStatToken.pas
│ │ ├── _UFormulaTokens.TStDevAToken.pas
│ │ ├── _UFormulaTokens.TStDevPAToken.pas
│ │ ├── _UFormulaTokens.TStDevPToken.pas
│ │ ├── _UFormulaTokens.TStDevToken.pas
│ │ ├── _UFormulaTokens.TSteyxToken.pas
│ │ ├── _UFormulaTokens.TStrDataToken.pas
│ │ ├── _UFormulaTokens.TStringCriteria.pas
│ │ ├── _UFormulaTokens.TStringWithWildcardsCriteria.pas
│ │ ├── _UFormulaTokens.TSubstituteToken.pas
│ │ ├── _UFormulaTokens.TSubToken.pas
│ │ ├── _UFormulaTokens.TSubTotalToken.pas
│ │ ├── _UFormulaTokens.TSumAggregate.pas
│ │ ├── _UFormulaTokens.TSumIfsToken.pas
│ │ ├── _UFormulaTokens.TSumIfToken.pas
│ │ ├── _UFormulaTokens.TSumProductToken.pas
│ │ ├── _UFormulaTokens.TSumSqAggregate.pas
│ │ ├── _UFormulaTokens.TSumSqToken.pas
│ │ ├── _UFormulaTokens.TSumToken.pas
│ │ ├── _UFormulaTokens.TSumX2mY2Token.pas
│ │ ├── _UFormulaTokens.TSumX2pY2Token.pas
│ │ ├── _UFormulaTokens.TSumXmY2Token.pas
│ │ ├── _UFormulaTokens.TSydToken.pas
│ │ ├── _UFormulaTokens.TTableObjToken.pas
│ │ ├── _UFormulaTokens.TTableToken.pas
│ │ ├── _UFormulaTokens.TTanhToken.pas
│ │ ├── _UFormulaTokens.TTanToken.pas
│ │ ├── _UFormulaTokens.TTextToken.pas
│ │ ├── _UFormulaTokens.TTimeToken.pas
│ │ ├── _UFormulaTokens.TTimeValueToken.pas
│ │ ├── _UFormulaTokens.TTodayToken.pas
│ │ ├── _UFormulaTokens.TTransposeToken.pas
│ │ ├── _UFormulaTokens.TTrimToken.pas
│ │ ├── _UFormulaTokens.TTrueToken.pas
│ │ ├── _UFormulaTokens.TTruncToken.pas
│ │ ├── _UFormulaTokens.TTToken.pas
│ │ ├── _UFormulaTokens.TTypeToken.pas
│ │ ├── _UFormulaTokens.TUdfAggregate.pas
│ │ ├── _UFormulaTokens.TUnionToken.pas
│ │ ├── _UFormulaTokens.TUnsupportedFunction.pas
│ │ ├── _UFormulaTokens.TUnsupportedToken.pas
│ │ ├── _UFormulaTokens.TUPlusToken.pas
│ │ ├── _UFormulaTokens.TUpperToken.pas
│ │ ├── _UFormulaTokens.TUserDefinedToken.pas
│ │ ├── _UFormulaTokens.TValueCriteria.pas
│ │ ├── _UFormulaTokens.TValueSign.pas
│ │ ├── _UFormulaTokens.TValueToken.pas
│ │ ├── _UFormulaTokens.TVarToken.pas
│ │ ├── _UFormulaTokens.TVLookupToken.pas
│ │ ├── _UFormulaTokens.TWeekDayToken.pas
│ │ ├── _UFormulaTokens.TWeibullToken.pas
│ │ ├── _UFormulaTokens.TWorkbookInfo.pas
│ │ ├── _UFormulaTokens.TYearToken.pas
│ │ ├── _UFormulaTokens.TZTestToken.pas
│ │ ├── __UFormulaValue.pas
│ │ ├── _UFunctionCache.TFunctionCache.pas
│ │ ├── _UFunctionCache.TFunctionKey.pas
│ │ ├── _UFunctionCache.TSpaceKey.pas
│ │ ├── _UIClasses.Colors.pas
│ │ ├── _UIClasses.ImageColorDepth.pas
│ │ ├── _UIClasses.ImageExportType.pas
│ │ ├── _UIClasses.TInterpolationMode.pas
│ │ ├── _UIClasses.TPointF.pas
│ │ ├── _UIClasses.TPoint.pas
│ │ ├── _UIClasses.TSmoothingMode.pas
│ │ ├── _UIClasses.TUIBrush.pas
│ │ ├── _UIClasses.TUIColorBlend.pas
│ │ ├── _UIClasses.TUIColor.pas
│ │ ├── _UIClasses.TUIDashStyle.pas
│ │ ├── _UIClasses.TUIFont.pas
│ │ ├── _UIClasses.TUIFontStyle.pas
│ │ ├── _UIClasses.TUIGradientStop.pas
│ │ ├── _UIClasses.TUIGraphicsCreator.pas
│ │ ├── _UIClasses.TUIGraphics.pas
│ │ ├── _UIClasses.TUIHatchBrush.pas
│ │ ├── _UIClasses.TUIHatchStyle.pas
│ │ ├── _UIClasses.TUIImageAttributes.pas
│ │ ├── _UIClasses.TUIImage.pas
│ │ ├── _UIClasses.TUIInterpolationMode.pas
│ │ ├── _UIClasses.TUILinearGradientBrush.pas
│ │ ├── _UIClasses.TUIMultiPageParameters.pas
│ │ ├── _UIClasses.TUIMultiPageSaver.pas
│ │ ├── _UIClasses.TUIPathGradientBrush.pas
│ │ ├── _UIClasses.TUIPen.pas
│ │ ├── _UIClasses.TUIPrinter.pas
│ │ ├── _UIClasses.TUIRectangle.pas
│ │ ├── _UIClasses.TUISize.pas
│ │ ├── _UIClasses.TUISmoothingMode.pas
│ │ ├── _UIClasses.TUISolidBrush.pas
│ │ ├── _UIClasses.TUISystemColors.pas
│ │ ├── _UIClasses.TUITextureBrush.pas
│ │ ├── __ULocales.pas
│ │ ├── _UMime.TContentTransferEncoding.pas
│ │ ├── _UMime.TMimeWriter.pas
│ │ ├── _UMime.TMultipartType.pas
│ │ ├── _UMime.TQEncodeMetaInfo.pas
│ │ ├── _UMiscClasses.FlexCelDataFormats.pas
│ │ ├── _UMiscClasses.FlxConvert.pas
│ │ ├── _UMiscClasses.FlxHash.pas
│ │ ├── _UMiscClasses.TAbsoluteAnchorRect.pas
│ │ ├── _UMiscClasses.TBaseImageProperties.pas
│ │ ├── _UMiscClasses.TBodyPr.pas
│ │ ├── _UMiscClasses.TCellAddress.pas
│ │ ├── _UMiscClasses.TCellAddressRange.pas
│ │ ├── _UMiscClasses.TCellAnchorType.pas
│ │ ├── _UMiscClasses.TChildAnchor.pas
│ │ ├── _UMiscClasses.TClientAnchor.pas
│ │ ├── _UMiscClasses.TComboBoxProperties.pas
│ │ ├── _UMiscClasses.TCommentProperties.pas
│ │ ├── _UMiscClasses.TCropArea.pas
│ │ ├── _UMiscClasses.TFontState.pas
│ │ ├── _UMiscClasses.TFormula.pas
│ │ ├── _UMiscClasses.TFormulaSpan.pas
│ │ ├── _UMiscClasses.THeaderOrFooterAnchor.pas
│ │ ├── _UMiscClasses.THeaderOrFooterImageProperties.pas
│ │ ├── _UMiscClasses.TImageProperties.pas
│ │ ├── _UMiscClasses.TObjectProperties.pas
│ │ ├── _UMiscClasses.TObjectTextProperties.pas
│ │ ├── _UMiscClasses.TPaperDimensions.pas
│ │ ├── _UMiscClasses.TPrinterDriverSettings.pas
│ │ ├── _UMiscClasses.TRichString.pas
│ │ ├── _UMiscClasses.TRTFRun.pas
│ │ ├── _UMiscClasses.TSpinProperties.pas
│ │ ├── _UMiscClasses.TSVGAttribute.pas
│ │ ├── _UMiscClasses.TXls3DRange.pas
│ │ ├── _UMiscClasses.TXlsCellRange.pas
│ │ ├── _UMiscClasses.TXlsMargins.pas
│ │ ├── _UMiscClasses.TXlsNamedRange.pas
│ │ ├── __UMiscUtils.pas
│ │ ├── __UNumberFormat.pas
│ │ ├── _UProtect.OnPasswordEventArgs.pas
│ │ ├── _UProtect.OnPasswordEventHandler.pas
│ │ ├── _UProtect.TEncryptionAlgorithm.pas
│ │ ├── _UProtect.TEncryptionType.pas
│ │ ├── _UProtect.TProtectedRangeList.pas
│ │ ├── _UProtect.TProtectedRange.pas
│ │ ├── _UProtect.TProtection.pas
│ │ ├── _UProtect.TProtectionType.pas
│ │ ├── _UProtect.TSharedWorkbookProtectionOptions.pas
│ │ ├── _UProtect.TSheetProtectionOptions.pas
│ │ ├── _UProtect.TWorkbookProtectionOptions.pas
│ │ ├── __URenderEngine.pas
│ │ ├── _UShapeDef.pas
│ │ ├── __UStr2DateTime.pas
│ │ ├── _UStreamHelper.Sh.pas
│ │ ├── __UStringComparerIgnoreCase.pas
│ │ ├── _UThemes.TBlipCompression.pas
│ │ ├── _UThemes.TBlipFillMode.pas
│ │ ├── _UThemes.TBlipFill.pas
│ │ ├── _UThemes.TBlipFillStretch.pas
│ │ ├── _UThemes.TBlipFillTile.pas
│ │ ├── _UThemes.TBlip.pas
│ │ ├── _UThemes.TCompoundLineType.pas
│ │ ├── _UThemes.TDrawingGradientDef.pas
│ │ ├── _UThemes.TDrawingLinearGradient.pas
│ │ ├── _UThemes.TDrawingPathGradient.pas
│ │ ├── _UThemes.TEffectProperties.pas
│ │ ├── _UThemes.TEffectStyleList.pas
│ │ ├── _UThemes.TFillStyleList.pas
│ │ ├── _UThemes.TFillStyle.pas
│ │ ├── _UThemes.TFillStyleType.pas
│ │ ├── _UThemes.TFontCharSet.pas
│ │ ├── _UThemes.TFontScriptDef.pas
│ │ ├── _UThemes.TFormattingType.pas
│ │ ├── _UThemes.TGradientFill.pas
│ │ ├── _UThemes.TGroupFill.pas
│ │ ├── _UThemes.TLineCap.pas
│ │ ├── _UThemes.TLineStyleList.pas
│ │ ├── _UThemes.TLineStyle.pas
│ │ ├── _UThemes.TNoFill.pas
│ │ ├── _UThemes.TPathShadeType.pas
│ │ ├── _UThemes.TPatternFill.pas
│ │ ├── _UThemes.TPenAlignment.pas
│ │ ├── _UThemes.TPitchFamily.pas
│ │ ├── _UThemes.TSolidFill.pas
│ │ ├── _UThemes.TThemeElements.pas
│ │ ├── _UThemes.TThemeFont.pas
│ │ ├── _UThemes.TThemeFontScheme.pas
│ │ ├── _UThemes.TThemeFormatScheme.pas
│ │ ├── _UThemes.TTheme.pas
│ │ ├── _UThemes.TThemeTextFont.pas
│ │ ├── _UUInt32List.Int32List.pas
│ │ ├── _UUInt32List.UInt32List.pas
│ │ ├── _UVirtualCells.CellValue.pas
│ │ ├── _UVirtualCells.VirtualCellEndReadingEventArgs.pas
│ │ ├── _UVirtualCells.VirtualCellEndReadingEventHandler.pas
│ │ ├── _UVirtualCells.VirtualCellReadEventArgs.pas
│ │ ├── _UVirtualCells.VirtualCellReadEventHandler.pas
│ │ ├── _UVirtualCells.VirtualCellStartReadingEventArgs.pas
│ │ ├── _UVirtualCells.VirtualCellStartReadingEventHandler.pas
│ │ ├── _UWildcardMatching.TIndexPosList.pas
│ │ ├── _UWildcardMatching.TIndexPos.pas
│ │ ├── _UWildcardMatching.TWildcardMatch.pas
│ │ ├── _UXlsBaseEncodeFormula.INameRecordList.pas
│ │ ├── _UXlsBaseEncodeFormula.ptg.pas
│ │ ├── _UXlsBaseEncodeFormula.TBaseFormulaParser.pas
│ │ ├── _UXlsBaseEncodeFormula.TMissingArg.pas
│ │ ├── _UXlsBaseEncodeFormula.TOperator.pas
│ │ ├── _UXlsBaseEncodeFormula.TParseNumState.pas
│ │ ├── _UXlsBaseEncodeFormula.TParseState.pas
│ │ ├── _UXlsFormulaFunctions.TCellFunctionDataDictionary.pas
│ │ ├── _UXlsFormulaFunctions.TFutureFunctions.pas
│ │ ├── _UXlsFormulaFunctions.TXlsFunction.pas
│ │ ├── _UXlsFormulaMessages.FormulaAttr.pas
│ │ ├── _UXlsFormulaMessages.TCellFunctionData.pas
│ │ ├── _UXlsFormulaMessages.TFmReturnType.pas
│ │ ├── _UXlsFormulaMessages.TFormulaMessages.pas
│ │ ├── _UXlsFormulaMessages.TFormulaToken.pas
│ │ ├── VCL.FlexCel.Core.pas
│ │ └── Zippy.pas
│ ├── dll
│ │ ├── ExEnd.inc
│ │ ├── ExStart.inc
│ │ ├── FLEXCELCOMPILER.INC
│ │ └── FLEXCEL.INC
│ ├── Draw
│ │ ├── _DroidGraphicsFactory.pas
│ │ ├── _DroidUIClasses.pas
│ │ ├── FLEXCELCOMPILER.INC
│ │ ├── FLEXCEL.INC
│ │ ├── _FloydSteinbergDither.FloydSteinbergDither.pas
│ │ ├── _FlxGraphics.IFlxGraphics.pas
│ │ ├── _FlxGraphics.PointOutside.pas
│ │ ├── _FlxGraphics.TClippingStyle.pas
│ │ ├── _FMXGDIPlusCanvas.GdiPlusGraphics.pas
│ │ ├── _FMXGDIPlusGraphicsFactory.pas
│ │ ├── _FMXGDIPlusUIClasses.pas
│ │ ├── _GDIPlusCanvas.GdiPlusGraphics.inc
│ │ ├── _GDIPlusCanvas.GdiPlusGraphics.pas
│ │ ├── _GDIPlusGraphicsFactory.inc
│ │ ├── _GDIPlusGraphicsFactory.pas
│ │ ├── _GDIPlusUIClasses.inc
│ │ ├── _GDIPlusUIClasses.pas
│ │ ├── _GDIPlusUIClasses.TGdipUIPrinter.pas
│ │ ├── _OctreeQuantizer.Octree.pas
│ │ ├── _OctreeQuantizer.OctreeQuantizer.pas
│ │ ├── _OSXGraphicsFactory.pas
│ │ ├── _OSXUIClasses.pas
│ │ ├── _Quantizer.Quantizer.pas
│ │ └── __VirtualPrinter.pas
│ ├── FLEXCELCOMPILER.INC
│ ├── FLEXCEL.INC
│ ├── FlexCelVersion.inc
│ ├── Gdiplus
│ │ └── flxGDIPAPI_XE.pas
│ │ ├── _Bookmarks.TBookmark.pas
│ │ ├── _Bookmarks.TBookmarkStyle.pas
│ │ ├── _Bookmarks.TPdfDestination.pas
│ │ ├── _Bookmarks.TZoomOptions.pas
│ │ ├── _DocumentRecords.TDocumentCatalogRecord.pas
│ │ ├── _DocumentRecords.TInfoRecord.pas
│ │ ├── _DocumentRecords.TPageContents.pas
│ │ ├── _DocumentRecords.TPageInfo.pas
│ │ ├── _DocumentRecords.TPageRecord.pas
│ │ ├── _DocumentRecords.TPageTreeRecord.pas
│ │ ├── _DocumentRecords.TPermsRecord.pas
│ │ ├── FLEXCELCOMPILER.INC
│ │ ├── FLEXCEL.INC
│ │ ├── FlexCel.Pdf.pas
│ │ ├── _PdfAnnots.TAnnotList.pas
│ │ ├── _PdfAnnots.TAnnot.pas
│ │ ├── _PdfAnnots.TCommentAnnot.pas
│ │ ├── _PdfAnnots.TLinkAnnot.pas
│ │ ├── _PdfAnnots.TLocalLinkAnnot.pas
│ │ ├── _PdfConsts.PdfConv.pas
│ │ ├── _PdfConsts.TFontEmbed.pas
│ │ ├── _PdfConsts.TFontMapping.pas
│ │ ├── _PdfConsts.TFontSubset.pas
│ │ ├── _PdfConsts.TPageLayout.pas
│ │ ├── _PdfConsts.TPdfCommentIcon.pas
│ │ ├── _PdfConsts.TPdfCommentProperties.pas
│ │ ├── _PdfConsts.TPdfCommentType.pas
│ │ ├── _PdfConsts.TPdfProperties.pas
│ │ ├── _PdfConsts.TTracedFonts.pas
│ │ ├── _PdfFontFactory.PdfFontFactory.pas
│ │ ├── _PdfFontFactory.StringHash.pas
│ │ ├── _PdfFontFactory.TPsFontList.pas
│ │ ├── _PdfFonts.TFontType.pas
│ │ ├── _PdfFonts.TPdfBaseTrueTypeFont.pas
│ │ ├── _PdfFonts.TPdfEmbeddedFontList.pas
│ │ ├── _PdfFonts.TPdfEmbeddedFont.pas
│ │ ├── _PdfFonts.TPdfFont.pas
│ │ ├── _PdfFonts.TPdfInternalFont.pas
│ │ ├── _PdfFonts.TPdfUnicodeTrueTypeFont.pas
│ │ ├── _PdfFonts.TPdfWinAnsiTrueTypeFont.pas
│ │ ├── _PdfForms.TAcroField.pas
│ │ ├── _PdfForms.TAcroFormFieldList.pas
│ │ ├── _PdfForms.TAcroFormRecord.pas
│ │ ├── _PdfForms.TAcroSigField.pas
│ │ ├── _PdfGetFontData.FontEmbedEventArgs.pas
│ │ ├── _PdfGetFontData.FontEmbedEventHandler.pas
│ │ ├── _PdfGetFontData.GetFontDataEventArgs.pas
│ │ ├── _PdfGetFontData.GetFontDataEventHandler.pas
│ │ ├── _PdfGetFontData.GetFontFolderEventArgs.pas
│ │ ├── _PdfGetFontData.GetFontFolderEventHandler.pas
│ │ ├── _PdfGetFontData.TFontEventGroup.pas
│ │ ├── _PdfGetFontData.TFontEvents.pas
│ │ ├── _PdfGradient.TGradientType.pas
│ │ ├── _PdfGradient.TPdfFunction.pas
│ │ ├── _PdfGradient.TPdfGradient.pas
│ │ ├── _PdfGradient.TPdfType0Function.pas
│ │ ├── _PdfGradient.TPdfType2Function.pas
│ │ ├── _PdfGradient.TPdfType3Function.pas
│ │ ├── _PdfImages.TPdfImage.pas
│ │ ├── _PdfMeasures.FontMeasures.pas
│ │ ├── _PdfMeasures.TKernedString.pas
│ │ ├── _PdfMessages.FlexCelPdfException.pas
│ │ ├── _PdfMessages.PdfErr.pas
│ │ ├── _PdfMessages.PdfMessages.pas
│ │ ├── _PdfMsg.Map.pas
│ │ ├── _PdfMsg.Resources.pas
│ │ ├── _PdfPattern.TPdfHatch.pas
│ │ ├── _PdfPattern.TPdfImageTexture.pas
│ │ ├── _PdfPattern.TPdfPattern.pas
│ │ ├── _PdfPattern.TPdfTexture.pas
│ │ ├── _PdfPng.TChunkType.pas
│ │ ├── _PdfPng.TPdfPngData.pas
│ │ ├── _PdfPng.TPdfPng.pas
│ │ ├── _PdfPng.TPngInformation.pas
│ │ ├── _PdfRecords.TDateRecord.pas
│ │ ├── _PdfRecords.TDictionaryRecord.pas
│ │ ├── _PdfRecords.TIndirectRecord.pas
│ │ ├── _PdfRecords.TPdfBaseRecord.pas
│ │ ├── _PdfRecords.TPdfHeaderRecord.pas
│ │ ├── _PdfRecords.TPdfStringRecord.pas
│ │ ├── _PdfRecords.TStreamRecord.pas
│ │ ├── PdfResources.rc
│ │ ├── _PdfSections.TBodySection.pas
│ │ ├── _PdfSections.THeaderSection.pas
│ │ ├── _PdfSections.TPdfBaseSection.pas
│ │ ├── _PdfSections.TTrailerSection.pas
│ │ ├── _PdfSections.TXRefSection.pas
│ │ ├── PDFSTANDARDFONTINFO.DATA.ZLIB
│ │ ├── _PdfStandardFontInfo.TInternalFontMetrics.pas
│ │ ├── _PdfStandardFontInfo.TWidthsAndKerns.pas
│ │ ├── _PdfStream.THelperStream.pas
│ │ ├── _PdfStream.TPdfStream.pas
│ │ ├── _PdfStream.TSignedStream.pas
│ │ ├── _PdfTokens.Map.pas
│ │ ├── _PdfTokens.Resources.pas
│ │ ├── _PdfTokens.TPdfToken.pas
│ │ ├── _PdfTokens.TPdfTokens.pas
│ │ ├── _PdfToUnicode.TToUnicode.pas
│ │ ├── _PdfTransparency.TPdfTransparency.pas
│ │ ├── _PdfTrueType.PdfRectangle.pas
│ │ ├── _PdfTrueType.TCharAndGlyph.pas
│ │ ├── _PdfTrueType.TCMap.pas
│ │ ├── _PdfTrueType.THeadTableList.pas
│ │ ├── _PdfTrueType.THeadTable.pas
│ │ ├── _PdfTrueType.TKerningTable.pas
│ │ ├── _PdfTrueType.TPdfTrueType.pas
│ │ ├── _PdfTrueType.TTableInfo.pas
│ │ ├── _PdfTrueType.TTableList.pas
│ │ ├── _PdfTrueType.TTrueTypeInfo.pas
│ │ ├── _PdfUsedChars.TGlyphMap.pas
│ │ ├── _PdfUsedChars.TUsedCharList.pas
│ │ ├── _PdfWriter.PdfWriter.pas
│ │ ├── _PdfWriter.TBrushStyle.pas
│ │ ├── _PdfWriter.TGState.pas
│ │ ├── _Signatures.TBuiltInSignerFactory.pas
│ │ ├── _Signatures.TBuiltInSigner.pas
│ │ ├── _Signatures.TPdfAllowedChanges.pas
│ │ ├── _Signatures.TPdfSignature.pas
│ │ ├── _Signatures.TPdfSignerFactory.pas
│ │ ├── _Signatures.TPdfSigner.pas
│ │ ├── _Signatures.TPdfVisibleSignature.pas
│ │ └── _UCoreAcroFormRecord.pas
│ ├── Render
│ │ ├── _EllipticalArc.TEllipticalArc.pas
│ │ ├── FLEXCELCOMPILER.INC
│ │ ├── FLEXCEL.INC
│ │ ├── __FlexCelPrintDocumentAux.pas
│ │ ├── __FlexCelPrintDocument.pas
│ │ ├── FlexCel.Render.pas
│ │ ├── _FlexCelRenderUtils.FlgConsts.pas
│ │ ├── _FlexCelRenderUtils.TCellMergedCache.pas
│ │ ├── _FlexCelRenderUtils.TGraphicCanvas.pas
│ │ ├── _FlexCelRenderUtils.TGridDrawState.pas
│ │ ├── _FlexCelRenderUtils.THAlign.pas
│ │ ├── _FlexCelRenderUtils.TPageFormatCache.pas
│ │ ├── _FlexCelRenderUtils.TShapesCache.pas
│ │ ├── _FlexCelRenderUtils.TSpawnedCellList.pas
│ │ ├── _FlexCelRenderUtils.TSubscriptData.pas
│ │ ├── _FlexCelRenderUtils.TUsedRangeList.pas
│ │ ├── _FlexCelRenderUtils.TVAlign.pas
│ │ ├── _FlexCelRenderUtils.TXFFormatCache.pas
│ │ ├── _FlexCelRenderUtils.TXRichStringList.pas
│ │ ├── _FlexCelRenderUtils.TXRichString.pas
│ │ ├── _FlexCelRenderUtils.ZOrderComparer.pas
│ │ ├── _PdfCanvas.PdfGraphics.pas
│ │ ├── __RenderFactoryImpl.pas
│ │ ├── _SVGCanvas.SVGGraphics.pas
│ │ ├── _SVGCanvas.TSVGClipList.pas
│ │ ├── _SVGCanvas.TSVGClip.pas
│ │ ├── _SVGCanvas.TSVGClipType.pas
│ │ ├── _SVGCanvas.TSVGElement.pas
│ │ ├── _SVGCanvas.TSVGFillList.pas
│ │ ├── _SVGCanvas.TSVGFill.pas
│ │ ├── _SVGCanvas.TSVGState.pas
│ │ ├── _UCoreFlexCelHtmlExport.pas
│ │ ├── _UCoreSheetSelector.pas
│ │ ├── _UDrawChart.DrawChart.pas
│ │ ├── _UDrawChart.TAxisInfo.pas
│ │ ├── _UDrawChart.TChartCanvas.pas
│ │ ├── _UDrawChart.TChartElement.pas
│ │ ├── _UDrawChart.TDataLabels.pas
│ │ ├── _UDrawChart.TDateAxisPos.pas
│ │ ├── _UDrawChart.TDateAxisTransform.pas
│ │ ├── _UDrawChart.TDateUnits.pas
│ │ ├── _UDrawChart.THiLoData.pas
│ │ ├── _UDrawChart.THLabelPosition.pas
│ │ ├── _UDrawChart.TItemCaptionList.pas
│ │ ├── _UDrawChart.TItemCaption.pas
│ │ ├── _UDrawChart.TLabelDescriptionList.pas
│ │ ├── _UDrawChart.TLabelDescription.pas
│ │ ├── _UDrawChart.TLabelPos.pas
│ │ ├── _UDrawChart.TLegend.pas
│ │ ├── _UDrawChart.TMarkerCache.pas
│ │ ├── _UDrawChart.TMarkerData.pas
│ │ ├── _UDrawChart.TMarkerImgInfo.pas
│ │ ├── _UDrawChart.TOneSeriesLabelDescription.pas
│ │ ├── _UDrawChart.TVLabelPosition.pas
│ │ ├── _UDrawObjects.IDrawObjectMethods.pas
│ │ ├── _UDrawObjects.TDrawObjects.pas
│ │ ├── _UDrawObjects.TRenderImageMethods.pas
│ │ ├── _UDrawShape.DrawBase.pas
│ │ ├── _UDrawShape.DrawShape2007.pas
│ │ ├── _UDrawShape.DrawShape.pas
│ │ ├── _UDrawShape.TPathInfo.pas
│ │ ├── _UDrawShape.TQuarter.pas
│ │ ├── _UDrawShape.TSegmentTypeEscaped.pas
│ │ ├── _UDrawShape.TSegmentType.pas
│ │ ├── _UDrawShape.TShadowInfo.pas
│ │ ├── _UDrawShape.TShadowStyle.pas
│ │ ├── _UDrawShape.TShadowType.pas
│ │ ├── _UDrawShape.TShapePathBiff8.pas
│ │ ├── _UDrawWordArt.DrawWordArt.pas
│ │ ├── _UFlexCelHtmlExportEngine.FlexCelHtmlExportProgress.pas
│ │ ├── _UFlexCelHtmlExportEngine.HtmlTextWriter.pas
│ │ ├── _UFlexCelHtmlExportEngine.ImageContainer.pas
│ │ ├── _UFlexCelHtmlExportEngine.ImageInformationEventArgs.pas
│ │ ├── _UFlexCelHtmlExportEngine.ImageInformationEventHandler.pas
│ │ ├── _UFlexCelHtmlExportEngine.NamedRangeExportEventArgs.pas
│ │ ├── _UFlexCelHtmlExportEngine.NamedRangeExportEventHandler.pas
│ │ ├── _UFlexCelHtmlExportEngine.SaveImageEventArgs.pas
│ │ ├── _UFlexCelHtmlExportEngine.SaveImageEventHandler.pas
│ │ ├── _UFlexCelHtmlExportEngine.SheetSelectorEntryEventArgs.pas
│ │ ├── _UFlexCelHtmlExportEngine.SheetSelectorEntryEventHandler.pas
│ │ ├── _UFlexCelHtmlExportEngine.TCachedFormat.pas
│ │ ├── _UFlexCelHtmlExportEngine.TColumnRangeData.pas
│ │ ├── _UFlexCelHtmlExportEngine.TCssInformation.pas
│ │ ├── _UFlexCelHtmlExportEngine.TExportHtmlCache.pas
│ │ ├── _UFlexCelHtmlExportEngine.TGeneratedFiles.pas
│ │ ├── _UFlexCelHtmlExportEngine.THtmlCellImageCacheList.pas
│ │ ├── _UFlexCelHtmlExportEngine.THtmlCellImageCache.pas
│ │ ├── _UFlexCelHtmlExportEngine.THtmlEngine.pas
│ │ ├── _UFlexCelHtmlExportEngine.THtmlExtraInfo.pas
│ │ ├── _UFlexCelHtmlExportEngine.THtmlFileType.pas
│ │ ├── _UFlexCelHtmlExportEngine.THtmlHeaderImageCacheList.pas
│ │ ├── _UFlexCelHtmlExportEngine.THtmlHeaderImageCache.pas
│ │ ├── _UFlexCelHtmlExportEngine.THtmlImageCacheList.pas
│ │ ├── _UFlexCelHtmlExportEngine.THtmlImageCache.pas
│ │ ├── _UFlexCelHtmlExportEngine.THtmlImageFormat.pas
│ │ ├── _UFlexCelHtmlExportEngine.THyperLinkCache.pas
│ │ ├── _UFlexCelHtmlExportEngine.TImageInformation.pas
│ │ ├── _UFlexCelHtmlExportEngine.TImageProps.pas
│ │ ├── _UFlexCelHtmlExportEngine.TMergedCellsInColumn.pas
│ │ ├── _UFlexCelHtmlExportEngine.TNamedRangeCache.pas
│ │ ├── _UFlexCelHtmlExportEngine.TOneRangeData.pas
│ │ ├── _UFlexCelHtmlExportEngine.TSaveAndHandleSharingViolation.pas
│ │ ├── _UFlexCelHtmlExportEngine.TSaveImageSV.pas
│ │ ├── _UFlexCelHtmlExportEngine.TSaveSVGSV.pas
│ │ ├── _UFlexCelHtmlExportEngine.TSheetSelectorPosition.pas
│ │ ├── _UFlexCelHtmlExportEngine.TUsedFormatComparer.pas
│ │ ├── _UFlexCelHtmlExportEngine.TUsedFormatsCache.pas
│ │ ├── _UFlexCelHtmlExport.FlexCelHtmlExport.pas
│ │ ├── _UFlexCelHtmlExport.TEngineState.pas
│ │ ├── _UFlexCelHtmlExport.TPartialExportState.pas
│ │ ├── _UFlexCelHtmlExport.TSheetSelector.pas
│ │ ├── _UFlexCelHtmlExport.TSheetState.pas
│ │ ├── _UFlexCelHtmlExport.TStandardSheetSelector.pas
│ │ ├── _UFlexCelHtmlExport.TStandardSheetSelectorStyles.pas
│ │ ├── _UFlexCelImgExport.FlexCelImgExport.pas
│ │ ├── _UFlexCelImgExport.ImgPaintEventArgs.pas
│ │ ├── _UFlexCelImgExport.PaintEventHandler.pas
│ │ ├── _UFlexCelImgExport.TImgExportInfo.pas
│ │ ├── _UFlexCelImgExport.TOneImgExportInfo.pas
│ │ ├── _UFlexCelPdfExportAux.FlexCelPdfExportProgress.pas
│ │ ├── _UFlexCelPdfExportAux.GetBookmarkInformationArgs.pas
│ │ ├── _UFlexCelPdfExportAux.GetBookmarkInformationEventHandler.pas
│ │ ├── _UFlexCelPdfExportAux.PageEventArgs.pas
│ │ ├── _UFlexCelPdfExportAux.PageEventHandler.pas
│ │ ├── _UFlexCelPdfExport.FlexCelPdfExport.pas
│ │ ├── _UFlexCelRender.FlexCelRender.pas
│ │ ├── _UFlexCelRender.TCorner.pas
│ │ ├── _UFlexCelRender.TPrintAreaSort.pas
│ │ ├── _UFlexCelRender.TRepeatingRange.pas
│ │ ├── _UFlexCelRender.TSpanDirection.pas
│ │ ├── _UFlexCelSVGExport.FlexCelSVGExport.pas
│ │ ├── _UFlexCelSVGExport.SVGExportParameters.pas
│ │ ├── _URenderMetrics.RenderMetrics.pas
│ │ └── _UTextWriter.TextPainter.pas
│ ├── Report
│ │ ├── FLEXCELCOMPILER.INC
│ │ └── FLEXCEL.INC
│ ├── Visual
│ │ ├── FLEXCELCOMPILER.INC
│ │ ├── FLEXCEL.INC
│ │ ├── _FlexCelPreview.FMXTImageAtts.pas
│ │ ├── _FlexCelPreview.FMXTPageInfoList.pas
│ │ ├── FlexCel.Preview.Icons.rc
│ │ ├── FlexCel.Preview.inc
│ │ ├── FlexCel.Preview.pas
│ │ ├── FlexCel.Preview.Register.pas
│ │ ├── _FlexCelPreview.TImageAtts.inc
│ │ ├── _FlexCelPreview.TImageAtts.pas
│ │ ├── _FlexCelPreview.TPageInfoList.inc
│ │ ├── _FlexCelPreview.TPageInfoList.pas
│ │ ├── FMX.FlexCel.DocExport.Icons.rc
│ │ ├── FMX.FlexCel.DocExport.pas
│ │ ├── FMX.FlexCel.DocExport.Register.pas
│ │ ├── FMX.FlexCel.Preview.Icons.rc
│ │ ├── FMX.FlexCel.Preview.pas
│ │ ├── FMX.FlexCel.Preview.Register.pas
│ │ ├── FMX.FLEXCEL.PREVIEW.STYLE
│ │ ├── FMX.FlexCel.Preview.Style.rc
│ │ ├── FMX.FLEXCEL.PREVIEW.XE4.STYLE
│ │ ├── FMX.FlexCel.Preview.XE4.Style.rc
│ │ ├── __FMXPen.pas
│ │ ├── TFLEXCELDOCEXPORT16.bmp
│ │ ├── TFLEXCELDOCEXPORT32.bmp
│ │ ├── TFLEXCELDOCEXPORT.bmp
│ │ ├── TFLEXCELPREVIEWER16.bmp
│ │ ├── TFLEXCELPREVIEWER32.bmp
│ │ ├── TFLEXCELPREVIEWER.bmp
│ │ └── __VCLPen.pas
│ ├── XlsAdapter
│ │ ├── _AddinFunctionsSwitch.pas
│ │ ├── _CalcPack.BaseBinHexImpl.pas
│ │ ├── _CalcPack.BaseBondsImpl.pas
│ │ ├── _CalcPack.BaseGCDLCM.pas
│ │ ├── _CalcPack.BaseWorkDaysImpl.pas
│ │ ├── _CalcPack.Bin2DecImpl.pas
│ │ ├── _CalcPack.Bin2HexImpl.pas
│ │ ├── _CalcPack.Bin2OctImpl.pas
│ │ ├── _CalcPack.ConvertImpl.pas
│ │ ├── _CalcPack.CoupDaysBSImpl.pas
│ │ ├── _CalcPack.CoupDaysImpl.pas
│ │ ├── _CalcPack.CoupDaysNCImpl.pas
│ │ ├── _CalcPack.CoupNCDImpl.pas
│ │ ├── _CalcPack.CoupNumImpl.pas
│ │ ├── _CalcPack.CoupPCDImpl.pas
│ │ ├── _CalcPack.Dec2BinImpl.pas
│ │ ├── _CalcPack.Dec2HexImpl.pas
│ │ ├── _CalcPack.Dec2OctImpl.pas
│ │ ├── _CalcPack.DeltaImpl.pas
│ │ ├── _CalcPack.DollarDeImpl.pas
│ │ ├── _CalcPack.DollarFrImpl.pas
│ │ ├── _CalcPack.DurationImpl.pas
│ │ ├── _CalcPack.EDateImpl.pas
│ │ ├── _CalcPack.EffectImpl.pas
│ │ ├── _CalcPack.EOMonthImpl.pas
│ │ ├── _CalcPack.FactDoubleImpl.pas
│ │ ├── _CalcPack.FinancialUtils.pas
│ │ ├── _CalcPack.GcdImpl.pas
│ │ ├── _CalcPack.GeStepImpl.pas
│ │ ├── _CalcPack.Hex2BinImpl.pas
│ │ ├── _CalcPack.Hex2DecImpl.pas
│ │ ├── _CalcPack.Hex2OctImpl.pas
│ │ ├── _CalcPack.IsEvenImpl.pas
│ │ ├── _CalcPack.IsOddImpl.pas
│ │ ├── _CalcPack.LcmImpl.pas
│ │ ├── _CalcPack.MRoundImpl.pas
│ │ ├── _CalcPack.MultinomialImpl.pas
│ │ ├── _CalcPack.NetWorkDaysImpl.pas
│ │ ├── _CalcPack.NominalImpl.pas
│ │ ├── _CalcPack.Oct2BinImpl.pas
│ │ ├── _CalcPack.Oct2DecImpl.pas
│ │ ├── _CalcPack.Oct2HexImpl.pas
│ │ ├── _CalcPack.QuotientImpl.pas
│ │ ├── _CalcPack.RandBetweenImpl.pas
│ │ ├── _CalcPack.SeriesSumImpl.pas
│ │ ├── _CalcPack.SqrtPiImpl.pas
│ │ ├── _CalcPack.TDayCountBasis.pas
│ │ ├── _CalcPack.TGcdAgg.pas
│ │ ├── _CalcPack.TGcdLcmAgg.pas
│ │ ├── _CalcPack.TLcmAgg.pas
│ │ ├── _CalcPack.TMultinomialAgg.pas
│ │ ├── _CalcPack.TNetWorkDaysAgg.pas
│ │ ├── _CalcPack.TSeriesSumAgg.pas
│ │ ├── _CalcPack.TXIRRAgg.pas
│ │ ├── _CalcPack.UncheckedDate.pas
│ │ ├── _CalcPack.WeekNumImpl.pas
│ │ ├── _CalcPack.WorkDayImpl.pas
│ │ ├── _CalcPack.XIRRImpl.pas
│ │ ├── _CalcPack.XNPVImpl.pas
│ │ ├── _CalcPack.YearFracImpl.pas
│ │ ├── EMPTYENCRYPTEDFILE.XLSX
│ │ ├── EMPTYWORKBOOK2007.XLS
│ │ ├── EMPTYWORKBOOK2010.XLS
│ │ ├── EMPTYWORKBOOK.XLS
│ │ ├── FlexCel.AddinFunctions.pas
│ │ ├── FLEXCELCOMPILER.INC
│ │ ├── FLEXCEL.INC
│ │ ├── FlexCel.XlsAdapter.pas
│ │ ├── __HLinkFactoryImpl.pas
│ │ ├── PRESETSHAPES.XML.ZLIB
│ │ ├── _UCalc.TFormulaCache.pas
│ │ ├── _UConvertBIFF8ToInternal.TFormulaConvertBiff8ToInternal.pas
│ │ ├── _UConvertBIFF8ToInternal.TTokenOffset.pas
│ │ ├── _UConvertInternalToBIFF8.TFormulaConvertInternalToBiff8.pas
│ │ ├── _UConvertInternalToBIFF8.TFormulaType.pas
│ │ ├── _UConvertInternalToText.TFormulaConvertInternalToText.pas
│ │ ├── _UCoreBaseRecordLoader.pas
│ │ ├── _UCoreCellList.pas
│ │ ├── _UCoreChartCache.pas
│ │ ├── _UCoreChartDef.pas
│ │ ├── _UCoreChart.pas
│ │ ├── _UCoreDeletedRanges.pas
│ │ ├── _UCoreEscherDwgCache.pas
│ │ ├── _UCoreEscherDwgGroupCache.pas
│ │ ├── _UCoreGlobals.pas
│ │ ├── _UCoreNameRecordList.pas
│ │ ├── _UCorePxlSaveData.pas
│ │ ├── _UCoreReferences.pas
│ │ ├── _UCoreSaveData.pas
│ │ ├── _UCoreSection.pas
│ │ ├── _UCoreSheetInfo.pas
│ │ ├── _UCoreSheetList.pas
│ │ ├── _UCoreSheet.pas
│ │ ├── _UCoreStyleRecordList.pas
│ │ ├── _UCoreWindow.pas
│ │ ├── _UCoreWorkbookLoader.pas
│ │ ├── _UCoreWorkbook.pas
│ │ ├── _UCoreXChartLoadData.pas
│ │ ├── _UCoreXlsxRecordLoader.pas
│ │ ├── _UCoreXlsxRecordWriter.pas
│ │ ├── _UEscherGraphToBSE.EscherGraphToBSE.pas
│ │ ├── _UEscherGraphToBSE.TBSEHeader.pas
│ │ ├── _UEscherLists.OPTComparer.pas
│ │ ├── _UEscherLists.ShapeComparer.pas
│ │ ├── _UEscherLists.TBreakList.pas
│ │ ├── _UEscherLists.TEscherAnchorCache.pas
│ │ ├── _UEscherLists.TEscherObjCache.pas
│ │ ├── _UEscherLists.TEscherOptByNameCache.pas
│ │ ├── _UEscherLists.TEscherOPTCache.pas
│ │ ├── _UEscherLists.TEscherRecordCache_1.pas
│ │ ├── _UEscherLists.TEscherShapeCache.pas
│ │ ├── _UEscherLists.TLinkedOpts.pas
│ │ ├── _UEscherLists.TRadioButtonCache.pas
│ │ ├── _UEscherLists.TRadioGroupCache.pas
│ │ ├── _UEscherLists.TRBreak.pas
│ │ ├── _UEscherOtherRecords.TEscherAlignRuleRecord.pas
│ │ ├── _UEscherOtherRecords.TEscherArcRuleRecord.pas
│ │ ├── _UEscherOtherRecords.TEscherCallOutRuleRecord.pas
│ │ ├── _UEscherOtherRecords.TEscherClientTextBoxRecord.pas
│ │ ├── _UEscherOtherRecords.TEscherConnectorRuleRecord.pas
│ │ ├── _UEscherOtherRecords.TEscherRecordGroups.pas
│ │ ├── _UEscherOtherRecords.TRuleRecord.pas
│ │ ├── _UEscherRecords.TEscherBaseClientAnchorRecord.pas
│ │ ├── _UEscherRecords.TEscherBSERecord.pas
│ │ ├── _UEscherRecords.TEscherBStoreRecord.pas
│ │ ├── _UEscherRecords.TEscherChildAnchorRecord.pas
│ │ ├── _UEscherRecords.TEscherClientDataRecord.pas
│ │ ├── _UEscherRecords.TEscherDataRecord.pas
│ │ ├── _UEscherRecords.TEscherDggRecord.pas
│ │ ├── _UEscherRecords.TEscherDgRecord.pas
│ │ ├── _UEscherRecords.TEscherDwgCache.pas
│ │ ├── _UEscherRecords.TEscherDwgGroupCache.pas
│ │ ├── _UEscherRecords.TEscherHeaderAnchorRecord.pas
│ │ ├── _UEscherRecords.TEscherImageAnchorRecord.pas
│ │ ├── _UEscherRecords.TEscherOPTRecord.pas
│ │ ├── _UEscherRecords.TEscherRecordHeader.pas
│ │ ├── _UEscherRecords.TEscherRecord.pas
│ │ ├── _UEscherRecords.TEscherSolverContainerRecord.pas
│ │ ├── _UEscherRecords.TEscherSpContainerRecord.pas
│ │ ├── _UEscherRecords.TEscherSpgrContainerRecord.pas
│ │ ├── _UEscherRecords.TEscherSpgrRecord.pas
│ │ ├── _UEscherRecords.TEscherSplitMenuRecord.pas
│ │ ├── _UEscherRecords.TEscherSpRecord.pas
│ │ ├── _UEscherRecords.TEscherSubRecordValue.pas
│ │ ├── _UEscherRecords.TEscherSubRecordValueType.pas
│ │ ├── _UExcelRecords.TSheetList.pas
│ │ ├── _UExcelRecords.TWorkbook.pas
│ │ ├── _UHeaderImages.THeaderImageGroupRecord.pas
│ │ ├── _UHeaderImages.THeaderImageRecord.pas
│ │ ├── _ULoaderInfo.pas
│ │ ├── _UOle2Impl.DECOLOR.pas
│ │ ├── _UOle2Impl.IDataStream.pas
│ │ ├── _UOle2Impl.MemOle2.pas
│ │ ├── _UOle2Impl.STGTY.pas
│ │ ├── _UOle2Impl.TDirEntryList.pas
│ │ ├── _UOle2Impl.TOle2Directory.pas
│ │ ├── _UOle2Impl.TOle2FAT.pas
│ │ ├── _UOle2Impl.TOle2File.pas
│ │ ├── _UOle2Impl.TOle2Header.pas
│ │ ├── _UOle2Impl.TOle2MiniFAT.pas
│ │ ├── _UOle2Impl.TOleCycleDetector.pas
│ │ ├── _UOle2Impl.TOneDirEntry.pas
│ │ ├── _UOle2Impl.TSectorBuffer.pas
│ │ ├── _UOle2Properties.TCoreFileProps.pas
│ │ ├── _UOle2Properties.TCustomFileProps.pas
│ │ ├── _UOle2Properties.TExtendedFileProps.pas
│ │ ├── _UOle2Properties.TFileProps.pas
│ │ ├── _UOle2Properties.TOle2Properties.pas
│ │ ├── _UOle2Properties.TPropertyList.pas
│ │ ├── _UOle2Properties.TPropIdOffset.pas
│ │ ├── _UOle2Properties.TUnconvertedOlePropertyName.pas
│ │ ├── _UOle2Properties.TUnconvertedString.pas
│ │ ├── _UOpenXmlImpl.TOpenXmlManager.pas
│ │ ├── _UOpenXmlImpl.TOpenXmlReader.pas
│ │ ├── _UOpenXmlImpl.TOpenXmlWriter.pas
│ │ ├── _UOpenXmlImpl.TPendingPart.pas
│ │ ├── _UOpenXmlImpl.TSheetRelationship.pas
│ │ ├── _UOpenXmlImpl.TTagDef.pas
│ │ ├── _UOpenXmlImpl.TXlState.pas
│ │ ├── _UPxlExport.TPxlSaveData.pas
│ │ ├── _UPxlExport.TPxlStream.pas
│ │ ├── _UPxlRecordLoader.pxl.pas
│ │ ├── _UPxlRecordLoader.TBiff5FormulaConverter.pas
│ │ ├── _UPxlRecordLoader.TExternSheetEntry.pas
│ │ ├── _UPxlRecordLoader.TExternSheetList.pas
│ │ ├── _UPxlRecordLoader.TFmlaConvert.pas
│ │ ├── _UPxlRecordLoader.TFormulaErrorValue.pas
│ │ ├── _UPxlRecordLoader.TPxlRecordLoader.pas
│ │ ├── _UPxlRecordLoader.TPxlVersion.pas
│ │ ├── _URecordLoader.T2dCellList.pas
│ │ ├── _URecordLoader.TBaseRecordLoader.pas
│ │ ├── _URecordLoader.TBinRecordLoader.pas
│ │ ├── _URecordLoader.TRCX.pas
│ │ ├── _URecordLoader.TVirtualCellList.pas
│ │ ├── _URecordLoader.TVirtualReader.pas
│ │ ├── _URleList.TRleItem.pas
│ │ ├── _URleList.TRleList_1.pas
│ │ ├── _URowColRecords.TBaseRowColRecord.pas
│ │ ├── _URowColRecords.TCell.pas
│ │ ├── _URowColRecords.TCellRecord.pas
│ │ ├── _URowColRecords.TRowRecordBoolFlags.pas
│ │ ├── _URowColRecords.TRowRecord.pas
│ │ ├── _URowHeightCalc.TColWidthCalc.pas
│ │ ├── _URowHeightCalc.TMultipleCellAutofitList.pas
│ │ ├── _URowHeightCalc.TMultipleCellAutofit.pas
│ │ ├── _URowHeightCalc.TRowHeightCalc.pas
│ │ ├── _USearchAndReplace.TReplace.pas
│ │ ├── _USearchAndReplace.TSearchAndReplace.pas
│ │ ├── _USearchAndReplace.TSearchOrReplace.pas
│ │ ├── _USearchAndReplace.TSearch.pas
│ │ ├── _USheetNameList.TSheetNameList.pas
│ │ ├── _USortRange.TCellComparer.pas
│ │ ├── _USortRange.TKeyItem.pas
│ │ ├── _USortRange.TKeyList.pas
│ │ ├── _USortRange.TSortRange.pas
│ │ ├── _USST.TLabelRecord.pas
│ │ ├── _USST.TRStringRecord.pas
│ │ ├── _USST.TSSTEntry.pas
│ │ ├── _USST.TSST.pas
│ │ ├── _USST.TSSTRecord.pas
│ │ ├── _USST.TxLabelRecord.pas
│ │ ├── _UTextDelim.TextDelim.pas
│ │ ├── _UTextDelim.TextFixedWidth.pas
│ │ ├── _UTextDelim.TextWithPos.pas
│ │ ├── _UTokenManipulator.TInsertOrMovetokens.pas
│ │ ├── _UTokenManipulator.TInsertTokens.pas
│ │ ├── _UTokenManipulator.TMoveTokens.pas
│ │ ├── _UTokenManipulator.TRangeManipulator.pas
│ │ ├── _UTokenManipulator.TTokenManipulator.pas
│ │ ├── _UXls95RecordLoader.TFontCodepageCache.pas
│ │ ├── _UXls95RecordLoader.TXls95RecordLoader.pas
│ │ ├── _UXlsAdapter.XlsFile.pas
│ │ ├── _UXlsBaseClientData.TBaseClientData.pas
│ │ ├── _UXlsBaseClientData.TClientType.pas
│ │ ├── _UXlsBaseRecordLists.ISaveBiff8.pas
│ │ ├── _UXlsBaseRecordLists.TBaseRecordList_1.pas
│ │ ├── _UXlsBaseRecordLists.TBaseRowColRecordList.pas
│ │ ├── _UXlsBaseRecordLists.TBoundSheetRecordList.pas
│ │ ├── _UXlsBaseRecordLists.TCellAndRowRecordList.pas
│ │ ├── _UXlsBaseRecordLists.TCellRecordList.pas
│ │ ├── _UXlsBaseRecordLists.TChartCellRecordList.pas
│ │ ├── _UXlsBaseRecordLists.TDeletedRanges.pas
│ │ ├── _UXlsBaseRecordLists.TMiscRecordList.pas
│ │ ├── _UXlsBaseRecordLists.TNameRecordList.pas
│ │ ├── _UXlsBaseRecordLists.TSharedFormula.pas
│ │ ├── _UXlsBaseRecordLists.TShrFmlaRecordList.pas
│ │ ├── _UXlsBaseRecords.T1904Record.pas
│ │ ├── _UXlsBaseRecords.TAutoFilter12Record.pas
│ │ ├── _UXlsBaseRecords.TAutoFilterInfoRecord.pas
│ │ ├── _UXlsBaseRecords.TAutoFilterRecord.pas
│ │ ├── _UXlsBaseRecords.TBackupRecord.pas
│ │ ├── _UXlsBaseRecords.TBaseRecord.pas
│ │ ├── _UXlsBaseRecords.TBgPicRecord.pas
│ │ ├── _UXlsBaseRecords.TBigNameRecord.pas
│ │ ├── _UXlsBaseRecords.TBookBoolOption.pas
│ │ ├── _UXlsBaseRecords.TBookBoolRecord.pas
│ │ ├── _UXlsBaseRecords.TBoolRecord.pas
│ │ ├── _UXlsBaseRecords.TBottomMarginRecord.pas
│ │ ├── _UXlsBaseRecords.TCalcCountRecord.pas
│ │ ├── _UXlsBaseRecords.TCalcModeRecord.pas
│ │ ├── _UXlsBaseRecords.TChartPrintSize.pas
│ │ ├── _UXlsBaseRecords.TChartSIIndexRecord.pas
│ │ ├── _UXlsBaseRecords.TChartSIIndexType.pas
│ │ ├── _UXlsBaseRecords.TCodePageRecord.pas
│ │ ├── _UXlsBaseRecords.TCompat12Record.pas
│ │ ├── _UXlsBaseRecords.TCompressPicturesRecord.pas
│ │ ├── _UXlsBaseRecords.TCountryRecord.pas
│ │ ├── _UXlsBaseRecords.TCRErrRecord.pas
│ │ ├── _UXlsBaseRecords.TCrtMlFrtRecord.pas
│ │ ├── _UXlsBaseRecords.TDConBinRecord.pas
│ │ ├── _UXlsBaseRecords.TDConNameRecord.pas
│ │ ├── _UXlsBaseRecords.TDConRecord.pas
│ │ ├── _UXlsBaseRecords.TDConRefRecord.pas
│ │ ├── _UXlsBaseRecords.TDefaultRowHeightRecord.pas
│ │ ├── _UXlsBaseRecords.TDefColWidthRecord.pas
│ │ ├── _UXlsBaseRecords.TDeltaRecord.pas
│ │ ├── _UXlsBaseRecords.TDimensionsRecord.pas
│ │ ├── _UXlsBaseRecords.TDoubleRecord.pas
│ │ ├── _UXlsBaseRecords.TDropDownObjIdsRecord.pas
│ │ ├── _UXlsBaseRecords.TFeat1112Record.pas
│ │ ├── _UXlsBaseRecords.TFeatHdr11Record.pas
│ │ ├── _UXlsBaseRecords.TFeatRecord.pas
│ │ ├── _UXlsBaseRecords.TFilterModeRecord.pas
│ │ ├── _UXlsBaseRecords.TForceFullCalculationRecord.pas
│ │ ├── _UXlsBaseRecords.TFrtInfoRecord.pas
│ │ ├── _UXlsBaseRecords.TGCWRecord.pas
│ │ ├── _UXlsBaseRecords.TGridSetRecord.pas
│ │ ├── _UXlsBaseRecords.TGUIDTypeLibRecord.pas
│ │ ├── _UXlsBaseRecords.THCenterRecord.pas
│ │ ├── _UXlsBaseRecords.THeaderFooterExtRecord.pas
│ │ ├── _UXlsBaseRecords.THideObj.pas
│ │ ├── _UXlsBaseRecords.THideObjRecord.pas
│ │ ├── _UXlsBaseRecords.TInternationalRecord.pas
│ │ ├── _UXlsBaseRecords.TIterationRecord.pas
│ │ ├── _UXlsBaseRecords.TLeftMarginRecord.pas
│ │ ├── _UXlsBaseRecords.TList12Record.pas
│ │ ├── _UXlsBaseRecords.TLprRecord.pas
│ │ ├── _UXlsBaseRecords.TLRngRecord.pas
│ │ ├── _UXlsBaseRecords.TMarginRecord.pas
│ │ ├── _UXlsBaseRecords.TMTRSettingsRecord.pas
│ │ ├── _UXlsBaseRecords.TNotStorableRecord.pas
│ │ ├── _UXlsBaseRecords.TPageFooterRecord.pas
│ │ ├── _UXlsBaseRecords.TPageHeaderFooterRecord.pas
│ │ ├── _UXlsBaseRecords.TPageHeaderFooterState.pas
│ │ ├── _UXlsBaseRecords.TPageHeaderRecord.pas
│ │ ├── _UXlsBaseRecords.TPhoneticRecord.pas
│ │ ├── _UXlsBaseRecords.TPlsRecord.pas
│ │ ├── _UXlsBaseRecords.TPlvRecord.pas
│ │ ├── _UXlsBaseRecords.TPrecisionRecord.pas
│ │ ├── _UXlsBaseRecords.TPrintGridLinesRecord.pas
│ │ ├── _UXlsBaseRecords.TPrintHeadersRecord.pas
│ │ ├── _UXlsBaseRecords.TPrintSizeRecord.pas
│ │ ├── _UXlsBaseRecords.TQSIRecord.pas
│ │ ├── _UXlsBaseRecords.TRecordHeader.pas
│ │ ├── _UXlsBaseRecords.TRefModeRecord.pas
│ │ ├── _UXlsBaseRecords.TRefreshAllRecord.pas
│ │ ├── _UXlsBaseRecords.TRightMarginRecord.pas
│ │ ├── _UXlsBaseRecords.TRRSortRecord.pas
│ │ ├── _UXlsBaseRecords.TSaveData.pas
│ │ ├── _UXlsBaseRecords.TSaveRecalcRecord.pas
│ │ ├── _UXlsBaseRecords.TScenarioRecord.pas
│ │ ├── _UXlsBaseRecords.TScenManRecord.pas
│ │ ├── _UXlsBaseRecords.TSCLRecord.pas
│ │ ├── _UXlsBaseRecords.TSetupRecord.pas
│ │ ├── _UXlsBaseRecords.TSortDataRecord.pas
│ │ ├── _UXlsBaseRecords.TSortRecord.pas
│ │ ├── _UXlsBaseRecords.TStandardWidthRecord.pas
│ │ ├── _UXlsBaseRecords.TStringRecordData.pas
│ │ ├── _UXlsBaseRecords.TStringRecord.pas
│ │ ├── _UXlsBaseRecords.TSyncRecord.pas
│ │ ├── _UXlsBaseRecords.TTopMarginRecord.pas
│ │ ├── _UXlsBaseRecords.TUnitsRecord.pas
│ │ ├── _UXlsBaseRecords.TUpdateLinkOption.pas
│ │ ├── _UXlsBaseRecords.TUserSViewBeginRecord.pas
│ │ ├── _UXlsBaseRecords.TUserSViewEndRecord.pas
│ │ ├── _UXlsBaseRecords.TUsesELFsRecord.pas
│ │ ├── _UXlsBaseRecords.TVCenterRecord.pas
│ │ ├── _UXlsBaseRecords.TWindow1Record.pas
│ │ ├── _UXlsBaseRecords.TWindow2Record.pas
│ │ ├── _UXlsBaseRecords.TWordRecord.pas
│ │ ├── _UXlsBaseRecords.TWsBool.pas
│ │ ├── _UXlsBaseRecords.TWsBoolRecord.pas
│ │ ├── _UXlsBaseSection.TBaseSection.pas
│ │ ├── _UXlsCellRecords.TBlankRecord.pas
│ │ ├── _UXlsCellRecords.TBoolErrRecord.pas
│ │ ├── _UXlsCellRecords.TCellRecordWrapper.pas
│ │ ├── _UXlsCellRecords.TMulBlankRecord.pas
│ │ ├── _UXlsCellRecords.TMulRKRecord.pas
│ │ ├── _UXlsCellRecords.TMultipleValueRecord.pas
│ │ ├── _UXlsCellRecords.TNumberRecord.pas
│ │ ├── _UXlsCellRecords.TRKRecord.pas
│ │ ├── _UXlsChartInterface.XlsChart.pas
│ │ ├── _UXlsChartRecords.TBeginRecord.pas
│ │ ├── _UXlsChartRecords.TChartAIRecordCache.pas
│ │ ├── _UXlsChartRecords.TChartAIRecord.pas
│ │ ├── _UXlsChartRecords.TChartALRunsRecord.pas
│ │ ├── _UXlsChartRecords.TChartAreaFormatRecord.pas
│ │ ├── _UXlsChartRecords.TChartAreaRecord.pas
│ │ ├── _UXlsChartRecords.TChartAttachedLabelRecord.pas
│ │ ├── _UXlsChartRecords.TChartAxcExtRecord.pas
│ │ ├── _UXlsChartRecords.TChartAxisLineFormatRecord.pas
│ │ ├── _UXlsChartRecords.TChartAxisParentRecord.pas
│ │ ├── _UXlsChartRecords.TChartAxisRecord.pas
│ │ ├── _UXlsChartRecords.TChartBarRecord.pas
│ │ ├── _UXlsChartRecords.TChartBaseRecord.pas
│ │ ├── _UXlsChartRecords.TChartCache.pas
│ │ ├── _UXlsChartRecords.TChartCatSerRangeRecord.pas
│ │ ├── _UXlsChartRecords.TChartChartFormatRecord.pas
│ │ ├── _UXlsChartRecords.TChartChartLineRecord.pas
│ │ ├── _UXlsChartRecords.TChartChartRecord.pas
│ │ ├── _UXlsChartRecords.TChartDataFormatRecord.pas
│ │ ├── _UXlsChartRecords.TChartDataLabExtContentsRecord.pas
│ │ ├── _UXlsChartRecords.TChartDefaultTextRecord.pas
│ │ ├── _UXlsChartRecords.TChartDropBarRecord.pas
│ │ ├── _UXlsChartRecords.TChartFBIRecord.pas
│ │ ├── _UXlsChartRecords.TChartFontXRecord.pas
│ │ ├── _UXlsChartRecords.TChartFormatBaseRecord.pas
│ │ ├── _UXlsChartRecords.TChartFrameRecord.pas
│ │ ├── _UXlsChartRecords.TChartGelFrameRecord.pas
│ │ ├── _UXlsChartRecords.TChartIFmtRecord.pas
│ │ ├── _UXlsChartRecords.TChartLegendRecord.pas
│ │ ├── _UXlsChartRecords.TChartLegendXnRecord.pas
│ │ ├── _UXlsChartRecords.TChartLineFormatRecord.pas
│ │ ├── _UXlsChartRecords.TChartLineRecord.pas
│ │ ├── _UXlsChartRecords.TChartMarkerFormatRecord.pas
│ │ ├── _UXlsChartRecords.TChartObjectLinkRecord.pas
│ │ ├── _UXlsChartRecords.TChartPieFormatRecord.pas
│ │ ├── _UXlsChartRecords.TChartPieRecord.pas
│ │ ├── _UXlsChartRecords.TChartPlotAreaRecord.pas
│ │ ├── _UXlsChartRecords.TChartPlotGrowthRecord.pas
│ │ ├── _UXlsChartRecords.TChartPosRecord.pas
│ │ ├── _UXlsChartRecords.TChartRadarRecord.pas
│ │ ├── _UXlsChartRecords.TChartScatterRecord.pas
│ │ ├── _UXlsChartRecords.TChartSerFmtRecord.pas
│ │ ├── _UXlsChartRecords.TChartSeriesRecordCache.pas
│ │ ├── _UXlsChartRecords.TChartSeriesRecord.pas
│ │ ├── _UXlsChartRecords.TChartSeriesTextRecord.pas
│ │ ├── _UXlsChartRecords.TChartShapePropsStreamRecord.pas
│ │ ├── _UXlsChartRecords.TChartShtPropsRecord.pas
│ │ ├── _UXlsChartRecords.TChartSurfaceRecord.pas
│ │ ├── _UXlsChartRecords.TChartTextRecord.pas
│ │ ├── _UXlsChartRecords.TChartTickRecord.pas
│ │ ├── _UXlsChartRecords.TChartValueRangeRecord.pas
│ │ ├── _UXlsChartRecords.TEndBlockRecord.pas
│ │ ├── _UXlsChartRecords.TEndRecord.pas
│ │ ├── _UXlsChartRecords.TObjectOptContext.pas
│ │ ├── _UXlsChartRecords.TStartBlockRecord.pas
│ │ ├── _UXlsChartRecords.TxChartBaseRecord.pas
│ │ ├── _UXlsClientData.TFmlaObjSubrecord.pas
│ │ ├── _UXlsClientData.TImDataRecord.pas
│ │ ├── _UXlsClientData.TMsObj95.pas
│ │ ├── _UXlsClientData.TMsObj.pas
│ │ ├── _UXlsClientData.TObjFormula.pas
│ │ ├── _UXlsClientData.TObjRecord.pas
│ │ ├── _UXlsClientData.TObjSubrecord.pas
│ │ ├── _UXlsClientData.TTXO.pas
│ │ ├── _UXlsClientData.TxObjSubrecord.pas
│ │ ├── _UXlsColInfo.TColAutofitInfo.pas
│ │ ├── _UXlsColInfo.TColInfoList.pas
│ │ ├── _UXlsColInfo.TColInfo.pas
│ │ ├── _UXlsColInfo.TColInfoRecord.pas
│ │ ├── _UXlsColInfo.TKeepTogetherInfo.pas
│ │ ├── _UXlsCondFmt.TCellCondFmt.pas
│ │ ├── _UXlsCondFmt.TCFRecordList.pas
│ │ ├── _UXlsCondFmt.TCFRecord.pas
│ │ ├── _UXlsCondFmt.TCondFmt.pas
│ │ ├── _UXlsCondFmt.TCondFmtRecord.pas
│ │ ├── _UXlsEscher.TBaseDrawingGroupRecord.pas
│ │ ├── _UXlsEscher.TBaseDrawingRecord.pas
│ │ ├── _UXlsEscher.TDrawingGroup.pas
│ │ ├── _UXlsEscher.TDrawingGroupRecord.pas
│ │ ├── _UXlsEscher.TDrawing.pas
│ │ ├── _UXlsEscher.TDrawingRecord.pas
│ │ ├── _UXlsEscher.TXlsEscherRecord.pas
│ │ ├── _UXlsFormula.TArrayRecord.pas
│ │ ├── _UXlsFormula.TBiff8ShrFmlaRecord.pas
│ │ ├── _UXlsFormula.TFormulaBounds.pas
│ │ ├── _UXlsFormula.TFormulaRecord.pas
│ │ ├── _UXlsFormula.TFormulaState.pas
│ │ ├── _UXlsFormula.TNameCmtRecord.pas
│ │ ├── _UXlsFormula.TNameRecord.pas
│ │ ├── _UXlsFormula.TTableRecord.pas
│ │ ├── _UXlsFormula.TWhatIfData.pas
│ │ ├── _UXlsHyperLink.THLinkList.pas
│ │ ├── _UXlsHyperLink.THLinkRecord.pas
│ │ ├── _UXlsHyperLink.TScreenTipRecord.pas
│ │ ├── _UXlsMD5.pas
│ │ ├── _UXlsNotes.TBiff5NoteRecord.pas
│ │ ├── _UXlsNotes.TNoteAuthorList.pas
│ │ ├── _UXlsNotes.TNoteList.pas
│ │ ├── _UXlsNotes.TNoteRecordList.pas
│ │ ├── _UXlsNotes.TNoteRecord.pas
│ │ ├── _UXlsOtherRecords.TBOFRecord.pas
│ │ ├── _UXlsOtherRecords.TBookExtRecord.pas
│ │ ├── _UXlsOtherRecords.TBoundSheetRecord.pas
│ │ ├── _UXlsOtherRecords.TCellMergingRecord.pas
│ │ ├── _UXlsOtherRecords.TCodeNameRecord.pas
│ │ ├── _UXlsOtherRecords.TDConnRecord.pas
│ │ ├── _UXlsOtherRecords.TDocRouteRecord.pas
│ │ ├── _UXlsOtherRecords.TDSFRecord.pas
│ │ ├── _UXlsOtherRecords.TDValRecord.pas
│ │ ├── _UXlsOtherRecords.TDVRecord.pas
│ │ ├── _UXlsOtherRecords.TEOFRecord.pas
│ │ ├── _UXlsOtherRecords.TExcel9FileRecord.pas
│ │ ├── _UXlsOtherRecords.TFnGroupRecord.pas
│ │ ├── _UXlsOtherRecords.TGutsRecord.pas
│ │ ├── _UXlsOtherRecords.TInterfaceEndRecord.pas
│ │ ├── _UXlsOtherRecords.TInterfaceHdrRecord.pas
│ │ ├── _UXlsOtherRecords.TLelRecord.pas
│ │ ├── _UXlsOtherRecords.TMetaDataRecord.pas
│ │ ├── _UXlsOtherRecords.TObNoMacrosRecord.pas
│ │ ├── _UXlsOtherRecords.TObProjRecord.pas
│ │ ├── _UXlsOtherRecords.TOleObjectSizeRecord.pas
│ │ ├── _UXlsOtherRecords.TPaneRecord.pas
│ │ ├── _UXlsOtherRecords.TRangeRecord.pas
│ │ ├── _UXlsOtherRecords.TRecalcIdRecord.pas
│ │ ├── _UXlsOtherRecords.TRecipNameRecord.pas
│ │ ├── _UXlsOtherRecords.TRTDRecord.pas
│ │ ├── _UXlsOtherRecords.TSheetExtRecord.pas
│ │ ├── _UXlsOtherRecords.TTabIdRecord.pas
│ │ ├── _UXlsOtherRecords.TTemplateRecord.pas
│ │ ├── _UXlsOtherRecords.TTXORecord.pas
│ │ ├── _UXlsOtherRecords.TUserBViewRecord.pas
│ │ ├── _UXlsOtherRecords.TWebPubRecord.pas
│ │ ├── _UXlsOtherRecords.TWOptRecord.pas
│ │ ├── _UXlsPageBreaks.IPageBreakList.pas
│ │ ├── _UXlsPageBreaks.TBiff8HPageBreakRecord.pas
│ │ ├── _UXlsPageBreaks.TBiff8VPageBreakRecord.pas
│ │ ├── _UXlsPageBreaks.THPageBreakList.pas
│ │ ├── _UXlsPageBreaks.THPageBreak.pas
│ │ ├── _UXlsPageBreaks.TPageBreakList_1.pas
│ │ ├── _UXlsPageBreaks.TPageBreak.pas
│ │ ├── _UXlsPageBreaks.TVPageBreakList.pas
│ │ ├── _UXlsPageBreaks.TVPageBreak.pas
│ │ ├── _UXlsPalette.TClrtClientRecord.pas
│ │ ├── _UXlsPalette.TPaletteRecord.pas
│ │ ├── _UXlsPivotTableRecords.TChartSBaseRefRecord.pas
│ │ ├── _UXlsPivotTableRecords.TPivotCacheRecord.pas
│ │ ├── _UXlsPivotTableRecords.TPivotChartBitsRecord.pas
│ │ ├── _UXlsPivotTableRecords.TPivotSheetRecord.pas
│ │ ├── _UXlsPivotTableRecords.TPivotTableRecord.pas
│ │ ├── _UXlsPivotTableRecords.TSxViewLinkRecord.pas
│ │ ├── _UXlsPivotTableRecords.TSxViewRecord.pas
│ │ ├── _UXlsProtectRecords.SharedFeatureType.pas
│ │ ├── _UXlsProtectRecords.TBaseProtectRecord.pas
│ │ ├── _UXlsProtectRecords.TFeatHdrRecord.pas
│ │ ├── _UXlsProtectRecords.TFilePassRecord.pas
│ │ ├── _UXlsProtectRecords.TFileSharingRecord.pas
│ │ ├── _UXlsProtectRecords.TObjProtectRecord.pas
│ │ ├── _UXlsProtectRecords.TPasswordRecord.pas
│ │ ├── _UXlsProtectRecords.TProt4RevPassRecord.pas
│ │ ├── _UXlsProtectRecords.TProt4RevRecord.pas
│ │ ├── _UXlsProtectRecords.TProtectRecord.pas
│ │ ├── _UXlsProtectRecords.TScenProtectRecord.pas
│ │ ├── _UXlsProtectRecords.TSheetProtectRecord.pas
│ │ ├── _UXlsProtectRecords.TWindowProtectRecord.pas
│ │ ├── _UXlsProtectRecords.TWriteAccessRecord.pas
│ │ ├── _UXlsProtectRecords.TWriteProtRecord.pas
│ │ ├── _UXlsProtectStandard.TStandardEncryption.pas
│ │ ├── _UXlsProtect.TEncryptionData.pas
│ │ ├── _UXlsProtect.TEncryptionEngine.pas
│ │ ├── _UXlsProtect.TFileEncryption.pas
│ │ ├── _UXlsProtect.TSheetProtection.pas
│ │ ├── _UXlsProtect.TWorkbookProtection.pas
│ │ ├── _UXlsProtectXOR.TXorEncryption.pas
│ │ ├── _UXlsRangeRecords.TDataValidationList.pas
│ │ ├── _UXlsRangeRecords.TDataValidation.pas
│ │ ├── _UXlsRangeRecords.TExcelRange.pas
│ │ ├── _UXlsRangeRecords.TMergedCells.pas
│ │ ├── _UXlsRangeRecords.TRangeEntry.pas
│ │ ├── _UXlsRangeRecords.TRangeValuesList.pas
│ │ ├── _UXlsRecordLoader.TXlsRecordLoader.pas
│ │ ├── _UXlsReferences.TExternNameRecordList.pas
│ │ ├── _UXlsReferences.TExternNameRecord.pas
│ │ ├── _UXlsReferences.TExternRefList.pas
│ │ ├── _UXlsReferences.TExternRef.pas
│ │ ├── _UXlsReferences.TExternSheetRecord.pas
│ │ ├── _UXlsReferences.TReferences.pas
│ │ ├── _UXlsReferences.TSheetRange.pas
│ │ ├── _UXlsReferences.TSupBookRecordList.pas
│ │ ├── _UXlsReferences.TSupBookRecord.pas
│ │ ├── _UXlsRowColEntries.ICellList.pas
│ │ ├── _UXlsRowColEntries.TBaseRowColList.pas
│ │ ├── _UXlsRowColEntries.TCellList.pas
│ │ ├── _UXlsRowColEntries.TChartCellList.pas
│ │ ├── _UXlsRowColEntries.TRangeList_1.pas
│ │ ├── _UXlsSelection.TBiff8SelectionRecord.pas
│ │ ├── _UXlsSelection.TPaneSelection.pas
│ │ ├── _UXlsSelection.TSheetSelection.pas
│ │ ├── _UXlsSheet.RowColSize.pas
│ │ ├── _UXlsSheet.TAutoFilter.pas
│ │ ├── _UXlsSheet.TChartDef.pas
│ │ ├── _UXlsSheet.TCustomViewList.pas
│ │ ├── _UXlsSheet.TCustomView.pas
│ │ ├── _UXlsSheet.TDConn.pas
│ │ ├── _UXlsSheet.TFlxChart.pas
│ │ ├── _UXlsSheet.TFlxUnsupportedSheet.pas
│ │ ├── _UXlsSheet.TLoaderInfo.pas
│ │ ├── _UXlsSheet.TMacroSheet.pas
│ │ ├── _UXlsSheet.TPageSetup.pas
│ │ ├── _UXlsSheet.TPivotViewList.pas
│ │ ├── _UXlsSheet.TQueryTableList.pas
│ │ ├── _UXlsSheet.TScenarios.pas
│ │ ├── _UXlsSheet.TSeriesData.pas
│ │ ├── _UXlsSheet.TSheetGlobals.pas
│ │ ├── _UXlsSheet.TSheet.pas
│ │ ├── _UXlsSheet.TSortAndFilter.pas
│ │ ├── _UXlsSheet.TWindow.pas
│ │ ├── _UXlsSheet.TWorkSheet.pas
│ │ ├── _UXlsStrings.TExcelString.pas
│ │ ├── _UXlsStrings.TStrLenLength.pas
│ │ ├── _UXlsWmf.WmfHeader.pas
│ │ ├── _UXlsWmf.XlsMetafiles.pas
│ │ ├── _UXlsWorkbookGlobals.TBoundSheetList.pas
│ │ ├── _UXlsWorkbookGlobals.TCalcOptions.pas
│ │ ├── _UXlsWorkbookGlobals.TCopiedGen.pas
│ │ ├── _UXlsWorkbookGlobals.TGlobalRecordSaver.pas
│ │ ├── _UXlsWorkbookGlobals.TWorkbookGlobals.pas
│ │ ├── _UXlsWorkbookGlobals.TWorkbookLoader.pas
│ │ ├── _UXlsxCharts.TChartProtection.pas
│ │ ├── _UXlsxCharts.TChartShapeProps.pas
│ │ ├── _UXlsxCharts.TColorMapOvr.pas
│ │ ├── _UXlsxCharts.TPivotSource.pas
│ │ ├── _UXlsxCharts.TXChartLoadData.pas
│ │ ├── _UXlsxCharts.TXChartSaveData.pas
│ │ ├── _UXlsxCharts.TXlsxChartBlipRecord.pas
│ │ ├── _UXlsxCharts.TXlsxChartFormulaRecord.pas
│ │ ├── _UXlsxCharts.TXlsxChart.pas
│ │ ├── _UXlsxCharts.TXlsxChartReader.pas
│ │ ├── _UXlsxCharts.TXlsxChartRecord.pas
│ │ ├── _UXlsxCharts.TXlsxChartSpace.pas
│ │ ├── _UXlsxCharts.TXlsxChartWriter.pas
│ │ ├── _UXlsxDrawingLoader.TXlsxDrawingLoader.pas
│ │ ├── _UXlsxDrawingWriter.TXlsxChartAndUri.pas
│ │ ├── _UXlsxDrawingWriter.TXlsxDrawingWriter.pas
│ │ ├── _UXlsxEncryption.EncryptedDocReader.pas
│ │ ├── _UXlsxEncryption.TAgileEncryptionKey.pas
│ │ ├── _UXlsxEncryption.TAgileEncryptionVerifier.pas
│ │ ├── _UXlsxEncryption.TEncryptionKey.pas
│ │ ├── _UXlsxEncryption.TEncryptionParameters.pas
│ │ ├── _UXlsxEncryption.TEncryptionUtils.pas
│ │ ├── _UXlsxEncryption.TEncryptionVerifier.pas
│ │ ├── _UXlsxEncryption.TStandardEncryptionKey.pas
│ │ ├── _UXlsxEncryption.TStandardEncryptionVerifier.pas
│ │ ├── _UXlsxEncryption.TXlsxCryptoStreamReader.pas
│ │ ├── _UXlsxEncryption.TXlsxCryptoStreamWriter.pas
│ │ ├── _UXlsXF.TBorderList.pas
│ │ ├── _UXlsXF.TBuiltInStyles.pas
│ │ ├── _UXlsXF.TDXFRecordList.pas
│ │ ├── _UXlsXF.TDXFRecord.pas
│ │ ├── _UXlsXF.TFontDat.pas
│ │ ├── _UXlsXF.TFontRecordList.pas
│ │ ├── _UXlsXF.TFontRecord.pas
│ │ ├── _UXlsXF.TFormatRecordList.pas
│ │ ├── _UXlsXF.TFormatRecord.pas
│ │ ├── _UXlsXF.TPatternList.pas
│ │ ├── _UXlsXF.TStyleExRecord.pas
│ │ ├── _UXlsXF.TStyleRecordList.pas
│ │ ├── _UXlsXF.TStyleRecord.pas
│ │ ├── _UXlsXF.TTableStyleElementRecord.pas
│ │ ├── _UXlsXF.TTableStyleRecordList.pas
│ │ ├── _UXlsXF.TTableStyleRecord.pas
│ │ ├── _UXlsXF.TTableStylesRecord.pas
│ │ ├── _UXlsXF.TThemeRecord.pas
│ │ ├── _UXlsXF.TUsedColorDictionary.pas
│ │ ├── _UXlsXF.TXFCRCRecord.pas
│ │ ├── _UXlsXF.TXFDat.pas
│ │ ├── _UXlsXF.TXFExtProp.pas
│ │ ├── _UXlsXF.TXFExtRecordList.pas
│ │ ├── _UXlsXF.TXFExtRecord.pas
│ │ ├── _UXlsXF.TXFExtType.pas
│ │ ├── _UXlsXF.TXFRecord.pas
│ │ ├── _UXlsxPivotTables.TCacheSourceRecord.pas
│ │ ├── _UXlsxPivotTables.TConsolidation.pas
│ │ ├── _UXlsxPivotTables.TRangeSet.pas
│ │ ├── _UXlsxPivotTables.TWorksheetSource.pas
│ │ ├── _UXlsxPivotTables.TXlsxPivot_1.pas
│ │ ├── _UXlsxPivotTables.TXlsxPivotCacheList.pas
│ │ ├── _UXlsxPivotTables.TXlsxPivotCache.pas
│ │ ├── _UXlsxPivotTables.TXlsxPivotCacheRecord.pas
│ │ ├── _UXlsxPivotTables.TXlsxPivotList_2.pas
│ │ ├── _UXlsxPivotTables.TXlsxPivotLocationRecord.pas
│ │ ├── _UXlsxPivotTables.TXlsxPivotRecord.pas
│ │ ├── _UXlsxPivotTables.TXlsxPivotTableList.pas
│ │ ├── _UXlsxPivotTables.TXlsxPivotTable.pas
│ │ ├── _UXlsxPivotTables.TXlsxPivotTableRecord.pas
│ │ ├── _UXlsxRecordLoader.TXlsxRecordLoader.pas
│ │ ├── _UXlsxRecords.TArrayAndTableFmlaData.pas
│ │ ├── _UXlsxRecords.TCustomDataStorageList.pas
│ │ ├── _UXlsxRecords.TCustomDataStorage.pas
│ │ ├── _UXlsxRecords.TCustomDataStorageProp.pas
│ │ ├── _UXlsxRecords.TFutureStorage.pas
│ │ ├── _UXlsxRecords.TFutureStorageRecord.pas
│ │ ├── _UXlsxRecords.TRichTextRun.pas
│ │ ├── _UXlsxRecords.TSharedFmlaData.pas
│ │ ├── _UXlsxRecords.TXlsxAttribute.pas
│ │ ├── _UXlsxRecords.TXlsxBaseRecord.pas
│ │ ├── _UXlsxRecords.TXlsxBorderReaderWriter.pas
│ │ ├── _UXlsxRecords.TXlsxCellReader.pas
│ │ ├── _UXlsxRecords.TXlsxCellWriter.pas
│ │ ├── _UXlsxRecords.TXlsxColorReaderWriter.pas
│ │ ├── _UXlsxRecords.TXlsxFillReaderWriter.pas
│ │ ├── _UXlsxRecords.TXlsxFontReaderWriter.pas
│ │ ├── _UXlsxRecords.TXlsxRichStringWriter.pas
│ │ ├── _UXlsxRecords.TxSSTRecord.pas
│ │ ├── _UXlsxRecordWriter.TXlsxRecordWriter.pas
│ │ ├── _UXlsxShapeReader.TShapePresets.pas
│ │ ├── _UXlsxShapeReader.TXlsxShapeReader.pas
│ │ ├── XlsAdapterResources.rc
│ │ ├── _XlsAdapterSwitch.pas
│ │ ├── _XlsConsts.Biff8Utils.pas
│ │ ├── _XlsConsts.BitOps.pas
│ │ ├── _XlsConsts.ft.pas
│ │ ├── _XlsConsts.msobi.pas
│ │ ├── _XlsConsts.msoblip.pas
│ │ ├── _XlsConsts.Msofbt.pas
│ │ ├── _XlsConsts.StrOps.pas
│ │ ├── _XlsConsts.TSheetInfo.pas
│ │ ├── _XlsConsts.xlb.pas
│ │ ├── _XlsConsts.xlr.pas
│ │ ├── _XlsConsts.XlsConsts.pas
│ │ ├── _XlsConsts.XlsEscherConsts.pas
│ │ ├── _XlsConsts.XlsTokens.pas
│ │ ├── _XlsConsts.XlsxConsts.pas
│ │ ├── _XlsMessages.ETokenException.pas
│ │ ├── _XlsMessages.FlexCelXlsAdapterException.pas
│ │ ├── _XlsMessages.XlsErr.pas
│ │ ├── _XlsMessages.XlsMessages.pas
│ │ ├── _XlsMsg.Map.pas
│ │ └── _XlsMsg.Resources.pas
│ └── ZLib
│ ├── adler32.obj
│ ├── compress.obj
│ ├── crc32.obj
│ ├── deflate.obj
│ ├── flxZLibExApi_XE.pas
│ ├── flxZLibExGZ_XE.pas
│ ├── flxZLibEx_XE.pas
│ ├── infback.obj
│ ├── inffast.obj
│ ├── inflate.obj
│ ├── inftrees.obj
│ ├── trees.obj
│ └── ZLibEx.inc
├── Tools
│ ├── AllTools.groupproj
│ ├── ApiMate
│ │ ├── ApiMateRadStudio.dpr
│ │ ├── ApiMateRadStudio.dproj
│ │ ├── ApiMateRadStudio_Icon.ico
│ │ ├── ApiMateRadStudio.res
│ │ ├── Source
│ │ │ ├── _ApiMate.ApiMate.pas
│ │ │ ├── ApiMate.Core.pas
│ │ │ ├── _ApiMate.Enums.pas
│ │ │ ├── _ApiMate.Language.pas
│ │ │ ├── _ApiMate.RbData.pas
│ │ │ ├── FLEXCELCOMPILER.INC
│ │ │ ├── FLEXCEL.INC
│ │ │ ├── _LanguageEngines.CPlusPlusEngine.pas
│ │ │ ├── _LanguageEngines.DelphiEngine.pas
│ │ │ └── _LanguageEngines.LanguageEngine.pas
│ │ ├── UAbout.dfm
│ │ ├── UAbout.lfm
│ │ ├── UAbout.pas
│ │ ├── UApiMate.dfm
│ │ ├── UApiMate.lfm
│ │ ├── UApiMate.pas
│ │ ├── UPassword.dfm
│ │ ├── UPassword.lfm
│ │ └── UPassword.pas
│ ├── CompiledTools
│ │ ├── ApiMateRadStudio.exe
│ │ ├── infoplist.exe
│ │ └── ReportConverter.exe
│ ├── infoplist
│ │ ├── infoplist.dpr
│ │ ├── infoplist.dproj
│ │ └── infoplist.res
│ └── ReportConverter
│ ├── config.xls
│ ├── FReportConverter.dfm
│ ├── FReportConverter.lfm
│ ├── FReportConverter.pas
│ ├── ReportConverter.dpr
│ ├── ReportConverter.dproj
│ ├── ReportConverter.res
│ ├── ReportConverterResource.rc
│ ├── reportconvert.ico
│ ├── UConstants.pas
│ ├── UConvertEngine.pas
│ ├── UDlgOptions.dfm
│ ├── UDlgOptions.lfm
│ └── UDlgOptions.pas
└── website.url
117 directories, 2513 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论