RE: Upgrade OOXML schema to 3rd edition?

2018-08-20 Thread Murphy, Mark
...@for-scala.it] Sent: Friday, August 17, 2018 8:57 AM To: POI Developers List Subject: RE: Upgrade OOXML schema to 3rd edition? As far as I understand, this will only generate the CT* and ST* classes for the complete OOXML jar. But the ooxml-lite will not be affected until we write tests that use

RE: Upgrade OOXML schema to 3rd edition?

2018-08-17 Thread Alain FAGOT BÉAREZ
7 09:13:33 GMT-03:00 2018 An: 'POI Developers List' Betreff: RE: Upgrade OOXML schema to 3rd edition? This is fine for reading documents which conform to the newer standards, but we should always make sure that on write we conform to the least common standard so that older versions of Office can

RE: Upgrade OOXML schema to 3rd edition?

2018-08-17 Thread Murphy, Mark
This is fine for reading documents which conform to the newer standards, but we should always make sure that on write we conform to the least common standard so that older versions of Office can read them. That is if we write in 2010 format, 2003 application will ignore bits that they don't

Re: Upgrade OOXML schema to 3rd edition?

2018-08-16 Thread pj.fanning
My opinion is that it would be good to release 4.0.0 soon and that we should do a feature freeze shortly. The upgrading of the schema seems like a nice-to-have as opposed to a must-have for 4.0.0. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html

Re: Upgrade OOXML schema to 3rd edition?

2018-08-16 Thread Greg Woolsey
I don't know enough about the differences to have an opinion either way, and won't have time to Google the diffs for myself for a few weeks. As long as the POI APIs stay backward compatible (with current 4.0.0 APIs) it shouldn't matter to me. The few places I touch CT* classes outside POI, it's