https://bz.apache.org/bugzilla/show_bug.cgi?id=61928

            Bug ID: 61928
           Summary: Incorrext XLSB extraction
           Product: POI
           Version: 3.17-FINAL
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: grimmreape...@protonmail.com
  Target Milestone: ---

Supposed I have a Sample.xlsb file that contains the ff data:

--
         colA    colB    colC    colD
row1     value0  value1          value3
--

When extracted using XSSFBEventBasedExcelExtractor via getText(), output is:

--
         colA    colB    colC    colD
row1     value0  value1  value3
--

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to