Closed GoogleCodeExporter closed 9 years ago
Still an issue after upgrade to Apache POI 3.7
Original comment by tfmorris
on 7 Jun 2011 at 6:49
My understanding is that this is caused by python-excel's xlwt not writing out
a cached formula value. Excel will perform a formula evaluation when it loads
the worksheet so this isn't an issue normally, but for situations like this
where only the cached value is used it'll show up as a blank.
It's possible to either special case this in Refine or have POI do that formula
evaluation. Ongoing conversation on python-excel,
http://groups.google.com/group/python-excel/browse_thread/thread/162ff7517d660e6
8?pli=1 (I'm waiting on the sample UNCALC file)
Original comment by paulm%pa...@gtempaccount.com
on 7 Jun 2011 at 9:42
Thanks for the update. Please let us know how the discussion turns out. It
it's an xlwt bug, we'll close this. If it's a POI bug, we'll keep it open to
track the new version of POI with the fix.
Original comment by tfmorris
on 7 Jun 2011 at 4:08
Any update on the investigation? POI is about to close out their 3.8 release.
Original comment by tfmorris
on 8 Mar 2012 at 3:05
It sounds like the POI and python-excel teams are on this. If and when they
come up with a solution, Refine will pick it up as part of the next POI update,
so I don't think we need to track this explicitly. Closing.
Original comment by tfmorris
on 18 Sep 2012 at 7:56
Original issue reported on code.google.com by
paulm%pa...@gtempaccount.com
on 16 May 2011 at 1:07Attachments: