Unplanned
Last Updated: 05 Apr 2018 14:21 by ADMIN
ADMIN
Tanya
Created on: 04 Apr 2018 10:20
Category: SpreadProcessing
Type: Feature Request
2
SpreadProcessing: Handle XLSX documents with empty values defined for cell reference
The r attribute of a cell defines the reference the cell is pointing to in a style similar to A1. Setting this attribute is optional but when set to an empty string, it cannot be imported - an ArgumentException is thrown with message "cellName" by the Guard class in NameConverter.ConvertCellNameToIndex().

Here is an example of such a definition:

<row r="1" spans="1:12">
  <c r=""/>
</row>


MS Excel and Libre Office can open such documents.
2 comments
ADMIN
Tanya
Posted on: 05 Apr 2018 14:21
Hi Andrew,

Continue following the item so you can be updated when its status changes.

Regards,
Tanya
Andrew
Posted on: 04 Apr 2018 17:55
That's exactly what we needed to know.

Thank you!