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

            Bug ID: 62088
           Summary: DataFormatter should provide additional createFormat
                    method for callers that do not work with Cell (SAX)
           Product: POI
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: bernd.hu...@orbiz.com
  Target Milestone: ---

I use the "XSSF and SAX Event API". 

Because of that i do not have a "Cell" object.

I can hapilly use the DataFormatter.formatRawCellContents(double value, int
formatIndex, String formatString) method, because i have all parameters needed
to call it.

But i can not use the DataFormatter.createFormat(Cell cell) method because it
expects a Cell-object as parameter.

Could you please provide an additional createFormat-Method that also accepts
"double value, int formatIndex, String formatString" as parameters instead?

This would add helpful functionality for all of us using the "XSSF and SAX
Event API".

-- 
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