lazarus-ccr/components/fpspreadsheet/reference/BIFFExplorer
2016-01-18 21:26:19 +00:00
..
beabout.lfm
beabout.pas
bebiffgrid.pas fpspreadsheet: Re-do rich-text format (easier, less code). Fix rich-text issues with utf8 characters. 2015-08-08 16:23:49 +00:00
bebiffutils.pas
behtml.pas
bemain.lfm fpspreadsheet: Re-do rich-text format (easier, less code). Fix rich-text issues with utf8 characters. 2015-08-08 16:23:49 +00:00
bemain.pas fpspreadsheet: Implement drag and drop of file to biffexplorer 2015-06-04 15:31:20 +00:00
betypes.pas fpspreadsheet: Avoid BIFFExplorer crashing in case of a biff8 SST record requiring a CONTINUE record. 2015-06-04 15:12:34 +00:00
beutils.pas
BIFFExplorer.ico
BIFFExplorer.lpi fpspreadsheet: Avoid BIFFExplorer crashing in case of a biff8 SST record requiring a CONTINUE record. 2015-06-04 15:12:34 +00:00
BIFFExplorer.lpr
BIFFExplorer.res fpspreadsheet: Fix TsWorksheet occasionally crashing in new SetCells method. 2016-01-18 21:26:19 +00:00
mrumanager.pp
readme.txt

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 package "VirtualTreeview-new"
from ccr (which in turn requires the package "lclextensions" from
http://code.google.com/p/luipack/downloads/list).