Bug 55116 - [PATCH] patch for missing function Dec2Bin
Summary: [PATCH] patch for missing function Dec2Bin
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.10-dev
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 20:41 UTC by Cédric Walter
Modified: 2013-10-11 18:50 UTC (History)
0 users



Attachments
Patch (7.84 KB, text/plain)
2013-06-18 20:41 UTC, Cédric Walter
Details
testcase (28.50 KB, application/vnd.ms-excel)
2013-06-18 20:43 UTC, Cédric Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Walter 2013-06-18 20:41:30 UTC
Created attachment 30460 [details]
Patch

patch for missing function Dec2Bin
+
testcase Dec2BinFunctionTestCaseData.xls

Converts a decimal number to binary.
Written for Java 1.5

Part of Analysis ToolPak add-in for Excel 2003 (http://office.microsoft.com/en-001/excel-help/dec2bin-HP005209053.aspx), but not in Excel 2013 (http://office.microsoft.com/en-001/excel-help/dec2bin-function-HA102753056.aspx)

In Apache POI i did register the function as part of Analysis ToolPak
Comment 1 Cédric Walter 2013-06-18 20:43:39 UTC
Created attachment 30461 [details]
testcase
Comment 2 Cédric Walter 2013-10-11 18:50:20 UTC
merged in r1531390