lazarus-ccr/applications/biffexplorer
2018-06-12 20:40:21 +00:00
..
beabout.lfm
beabout.pas biffexplorer: Minor refinement 2016-02-21 19:50:29 +00:00
bebiffgrid.pas biffexplorer: Fix details of SELECTION record. 2018-06-12 20:40:21 +00:00
bebiffutils.pas
behtml.pas
bemain.lfm biffexplorer: Improved component layout (Autosize) 2017-10-31 09:45:20 +00:00
bemain.pas BiffExplorer: Improved scrolling of virtual tree. 2016-02-28 10:58:25 +00:00
betypes.pas
beutils.pas biffexplorer: Fix possible bufferoverruns. Fix hex editor font in Linux. 2016-02-21 17:42:13 +00:00
BIFFExplorer.ico
BIFFExplorer.lpi biffexplorer: Show 3D cell addresses. 2018-05-08 21:35:12 +00:00
BIFFExplorer.lpr Biffexplorer: Fix compilation for the VirtualTreeView version installed by the OnlinePackageManager. 2016-11-23 08:36:35 +00:00
BIFFExplorer.res biffexplorer: Builtin palette changes 2017-07-07 07:58:52 +00:00
mrumanager.pp
readme.txt Biffexplorer: Fix compilation for the VirtualTreeView version installed by the OnlinePackageManager. 2016-11-23 08:36:35 +00:00

BIFF Explorer
--------------------------------------------------------------------------------

"BIFF Explorer" is a tool to peek into the internal structure of a binary
Excel file in biff format.

It displays a list of the BIFF records contained in the xls file along with 
name and explanation as described in various documentation files (see "About"). 
Selecting one of the records loads its bytes into a simple hex viewer; for the 
most important records I tried to decipher the contents of the hex values and 
display their meaning in a grid and a memo (page "Analysis"). For the other 
records select a byte in the hex viewer, and the program will display the 
contents of that byte and the following ones as integer, double, string 
(page "Values").

For compiling, note that the program requires the following packages:

- "KControls" (ccr version)
- "lclextensions" (use version from Online-Package Manager)
- "VirtualTreeview4" (version 4.8.7.4, install using the Online-Package manager)