https://issues.apache.org/bugzilla/show_bug.cgi?id=54768

            Bug ID: 54768
           Summary: [PATCH] Modify SheetDataWriter to allow writing spans
                    attribute for each row
           Product: POI
           Version: 3.9
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SXSSF
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

Created attachment 30118
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30118&action=edit
Modifies SXSSFRow to accept start and end span properties. Also, modifies
SheetDataWriter to write (if present) these properties to row tag.

Currently SXSSFRow does not allow to specify "spans" attribute for a row. Even
though it is an optional attribute but excel uses it for optimization
internally.

The patch allows SXSSFRow to accept start span and end span properties from the
user (optional). If this property is specified SheetDataWriter.writeRow(int
rownum, SXSSFRow row) will add this attribute while writing the row element.

Output:
<row r="8" spans="4:6"> (if spans are specified)
<row r="8"> (if spans are not specified)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to