Bug 55742 - [PATCH] Patch for Oct2Dec
Summary: [PATCH] Patch for Oct2Dec
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-04 21:04 UTC by Cédric Walter
Modified: 2013-11-04 22:46 UTC (History)
0 users



Attachments
patch (10.62 KB, text/plain)
2013-11-04 21:04 UTC, Cédric Walter
Details
integration test with FormulaEvalTestData.xls (170.50 KB, application/vnd.ms-excel)
2013-11-04 21:05 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-11-04 21:04:54 UTC
Created attachment 31008 [details]
patch

Implementation for Excel Oct2Dec() function.
Converts an octal number to decimal.
Comment 1 Cédric Walter 2013-11-04 21:05:42 UTC
Created attachment 31010 [details]
integration test with FormulaEvalTestData.xls
Comment 2 Cédric Walter 2013-11-04 21:09:50 UTC
patch applied in revision 1538765
Comment 3 Andreas Beeker 2013-11-04 22:46:43 UTC
shouldn't this belong one line below in AnalysisToolPak?
> r(m, "OCT2BIN", Oct2Dec.instance);