You've already forked lazarus-ccr
- Activate ReadFromStream from xls5/8, xlsx, and ods readers (issue #0028389) - Fix ods using correct hyperlink font - Rich text formatting runs for xls5/8, xlsx, ods (both reading and writing) - BIFFExplorer: show details of rich-text formatting runs for SST and RSTRING records git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4211 8e941d3f-bd1b-0410-a28a-d453659cc2b4
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).