lazarus-ccr/applications/biffexplorer
2016-10-07 09:20:21 +00:00
..
beabout.lfm biffexplorer: Copy from components/fpspreadsheet to applications 2016-02-21 11:01:35 +00:00
beabout.pas biffexplorer: Minor refinement 2016-02-21 19:50:29 +00:00
bebiffgrid.pas biffexplorer: Improved display of row height records 2016-10-07 09:20:21 +00:00
bebiffutils.pas biffexplorer: Copy from components/fpspreadsheet to applications 2016-02-21 11:01:35 +00:00
behtml.pas biffexplorer: Copy from components/fpspreadsheet to applications 2016-02-21 11:01:35 +00:00
bemain.lfm BiffExplorer: Improved scrolling of virtual tree. 2016-02-28 10:58:25 +00:00
bemain.pas BiffExplorer: Improved scrolling of virtual tree. 2016-02-28 10:58:25 +00:00
betypes.pas biffexplorer: Copy from components/fpspreadsheet to applications 2016-02-21 11:01:35 +00:00
beutils.pas biffexplorer: Fix possible bufferoverruns. Fix hex editor font in Linux. 2016-02-21 17:42:13 +00:00
BIFFExplorer.ico biffexplorer: Copy from components/fpspreadsheet to applications 2016-02-21 11:01:35 +00:00
BIFFExplorer.lpi biffexplorer: Fix possible bufferoverruns. Fix hex editor font in Linux. 2016-02-21 17:42:13 +00:00
BIFFExplorer.lpr biffexplorer: Copy from components/fpspreadsheet to applications 2016-02-21 11:01:35 +00:00
BIFFExplorer.res biffexplorer: Copy from components/fpspreadsheet to applications 2016-02-21 11:01:35 +00:00
mrumanager.pp biffexplorer: Copy from components/fpspreadsheet to applications 2016-02-21 11:01:35 +00:00
readme.txt biffexplorer: Copy from components/fpspreadsheet to applications 2016-02-21 11:01: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
from ccr
- "KControls"
- "lclextensions"
- "VirtualTreeview-new"