Re: Workbook saved using POI 3.16 needs to be repaired when opening in Excel 2016

2018-06-25 Thread Quinton McCombs
Thank you for pointing me to the bug for this issue. That will make it much easier for me to patch 3,17 with only that change. On Sun, Jun 24, 2018 at 3:40 PM Andreas Beeker wrote: > I think this was fixed via #61798 [1], because fixing the dimension in > sheet.xml helps. > I haven't tested if t

Re: Workbook saved using POI 3.16 needs to be repaired when opening in Excel 2016

2018-06-24 Thread Andreas Beeker
I think this was fixed via #61798 [1], because fixing the dimension in sheet.xml helps. I haven't tested if this also occurs with other files / use cases, but it's kinda disappointing/interesting that such a basic operation failure hasn't been noticed earlier. Andi [1] https://bz.apache.org/bug

Re: Workbook saved using POI 3.16 needs to be repaired when opening in Excel 2016

2018-06-23 Thread Javen O'Neal
Since this is an open source project, you could also find the commits in the svn/git repo that fixed the issue and merge those back into whatever version of POI you're using. Generally the POI devs only release hotfixes for security issues, not bugs. On Sat, Jun 23, 2018, 03:21 Nick Burch wrote:

Re: Workbook saved using POI 3.16 needs to be repaired when opening in Excel 2016

2018-06-23 Thread Nick Burch
On Fri, 22 Jun 2018, Quinton McCombs wrote: The nightly build does not have this problem although 3.17 does. Is there a workaround until 4.0 is released? Keep using the nightly build? (I'd actually recommend a nightly build from about a week ago, there's a bunch of changes happening right now

Re: Workbook saved using POI 3.16 needs to be repaired when opening in Excel 2016

2018-06-22 Thread Quinton McCombs
The nightly build does not have this problem although 3.17 does. Is there a workaround until 4.0 is released? On 2018/06/22 20:07:19, Nick Burch mailto:a...@gagravarr.org>> wrote: > On Fri, 22 Jun 2018, Quinton McCombs wrote:> > > I have run into a problem after upgrading from POI 3.14 to POI 3.

Re: Workbook saved using POI 3.16 needs to be repaired when opening in Excel 2016

2018-06-22 Thread Quinton McCombs
The same problem occurs with 3.17 as well. On 2018/06/22 20:07:44, "pj.fanning" mailto:f...@yahoo.com>> wrote: > Could you try poi 3.17?> > > > > --> > Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html> > > --

Re: Workbook saved using POI 3.16 needs to be repaired when opening in Excel 2016

2018-06-22 Thread pj.fanning
Could you try poi 3.17? -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html - To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org

Re: Workbook saved using POI 3.16 needs to be repaired when opening in Excel 2016

2018-06-22 Thread Nick Burch
On Fri, 22 Jun 2018, Quinton McCombs wrote: I have run into a problem after upgrading from POI 3.14 to POI 3.16. With POI 3.14, I can load a workbook, save it, and then open in Excel 2016 without a problem. However, after upgrading to POI 3.16, the workbook needs to be repaired after opening in