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

            Bug ID: 55057
           Summary: [PATCH] patch for missing function Hex2Dec
           Product: POI
           Version: 3.10-dev
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 30388
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30388&action=edit
Hex2DecFunctionTestCaseData.xls

Converts a hexadecimal number to decimal.
Number cannot contain more than 10 characters (40 bits). The most significant
bit of number is the sign bit. The remaining 39 bits are magnitude bits.
Negative numbers are represented using two's-complement notation.

If number is not a valid hexadecimal number, HEX2DEC returns the #NUM! error
value.

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