PHDuy / excellibrary

Automatically exported from code.google.com/p/excellibrary
0 stars 0 forks source link

Support for LABEL record type #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I ran into an Excel 97 file which had almost all text cells written as
LABEL records rather than as LABELSST records.  I therefore added support
for that record type, and am submitting my changes such that they may be
included in the main source tree if desired.

ExcelLibrary\Office\Excel\BinaryFileFormat\Records\LABEL.cs
    * entire file is new
ExcelLibrary\Office\Excel\BinaryFileFormat\Records\Record.cs
    * lines 71-72 create the LABEL record for RecordType.LABEL
ExcelLibrary\Office\Excel\BinaryFileFormat\Decode\WorksheetDecoder.cs
    * lines 105 - 108 : create the cells from LABEL records
    * lines 110 - 112 : changed local variable name to avoid conflicts

Original issue reported on code.google.com by vince.k...@gmail.com on 22 Mar 2010 at 8:56

Attachments: