lazarus-ccr/components/fpspreadsheet/reference/BIFFExplorer
2015-02-27 20:23:26 +00:00
..
beabout.lfm fpspreadsheet: Add more details on DEFINEDNAME record to BIFFExplorer; add details on EXTERN* records; fix compilation issue with TIpHTMLPanel. 2014-08-14 15:47:13 +00:00
beabout.pas fpspreadsheet: Add more details on DEFINEDNAME record to BIFFExplorer; add details on EXTERN* records; fix compilation issue with TIpHTMLPanel. 2014-08-14 15:47:13 +00:00
bebiffgrid.pas fpspreadsheet: Write hyperlinks to xls files (BIFF8 only, feature not supported by others) 2015-02-27 20:23:26 +00:00
bebiffutils.pas fpspreadsheet: Extend BIFFExplorer to show details on hyperlink and hyperlink tooltip records in BIFF8. 2015-02-18 17:33:52 +00:00
behtml.pas
bemain.lfm fpspreadsheet: Add unit xlsEscher for writing Microsoft Office shapes needed for cell comments in BIFF8. Writing of comments not yet working. Lots of additions to BIFFExplorer. 2015-02-14 22:27:49 +00:00
bemain.pas fpspreadsheet: Add unit xlsEscher for writing Microsoft Office shapes needed for cell comments in BIFF8. Writing of comments not yet working. Lots of additions to BIFFExplorer. 2015-02-14 22:27:49 +00:00
betypes.pas fpspreadsheet: More details on comment-related BIFF8 records in BIFFExplorer 2015-02-04 23:33:57 +00:00
beutils.pas fpspreadsheet: Further improvement of file format detection. Use it in BIFFExplorer as well. 2015-01-29 11:39:01 +00:00
BIFFExplorer.ico
BIFFExplorer.lpi fpspreadsheet: More details on comment-related BIFF8 records in BIFFExplorer 2015-02-04 23:33:57 +00:00
BIFFExplorer.lpr fpspreadsheet: More details on comment-related BIFF8 records in BIFFExplorer 2015-02-04 23:33:57 +00:00
BIFFExplorer.res
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).