You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2011/12/19 19:21:24 UTC

DO NOT REPLY [Bug 52369] New: XLSX: text extraction malformed "=NOW()" and "=TODAY()" cells

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

             Bug #: 52369
           Summary: XLSX: text extraction malformed "=NOW()" and
                    "=TODAY()" cells
           Product: POI
           Version: 3.8-dev
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: albert@logik.com
    Classification: Unclassified


Created attachment 28089
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28089
sample of file that malforms dates when calling for text extraction

When text extracting a XLSX file, "=NOW()" and "=TODAY()" cells are improperly
formatted as floating point numbers instead of date/time cells.

Aside, works for XLS cells using HSSF.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 52369] XLSX: text extraction malformed "=NOW()" and "=TODAY()" cells

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52369

Nick Burch <ni...@alfresco.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
         OS/Version|                            |All

--- Comment #1 from Nick Burch <ni...@alfresco.com> 2011-12-20 05:54:54 UTC ---
XSSFSheetXMLHandler wasn't applying formatting rules to any formula cells, so
no event based XSSF code was getting them

The same applied to XSSFExcelExtractor

As of r1221108 this should be fixed

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org