Bug 57349 - REPL NotImplementedFunction
Summary: REPL NotImplementedFunction
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.9-FINAL
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-14 18:14 UTC by Brian Gardner
Modified: 2014-12-18 00:34 UTC (History)
0 users



Attachments
patch to add Repl support (3.00 KB, text/plain)
2014-12-14 18:14 UTC, Brian Gardner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Gardner 2014-12-14 18:14:52 UTC
Created attachment 32288 [details]
patch to add Repl support

I'm writing an ExcelToHtml class that I use for automated testing of Excel files generated by the system.  I ran across a NotImplementedFunction: REPL exception when adding support for evaluating formulas.

I've gone ahead and created a patch.
Comment 1 Nick Burch 2014-12-17 07:01:48 UTC
I've just taken a look on trunk (3.11), and we already seem to have an implementation of REPT

Is there something wrong with that function? Some missing functionality or bug in it?
Comment 2 Brian Gardner 2014-12-18 00:34:25 UTC
Ahah!  All I needed to do was upgrade.  And I was so proud of myself for putting being so thorough as to create a patch.  Sorry for wasting your time Nick.