Re: [VOTE] Apache POI 4.0.0 release (RC1)

2018-09-03 Thread Dave Fisher
+1 (binding) Thanks! > On Aug 31, 2018, at 2:22 PM, Andreas Beeker wrote: > > Hi, > > I've prepared artifacts for the release of Apache POI 4.0.0 (RC1). > > The most notable changes in this release are: > > - Removed support for Java 6 and 7 making Java 8 the minimum version supported > -

Re: poi-ooxml-schemas missing some inner classes

2018-09-03 Thread Alain FAGOT BÉAREZ
Hi, By this patch, you fixed also bug https://bz.apache.org/bugzilla/show_bug.cgi?id=62259 which you can accordingly close. Best regards, Alain On 2018/07/11 23:39:45, "pj.fanning" wrote: > I checked in some artificial tests that load some of the ooxml-schemas> > classes that are

[GitHub] poi pull request #123: XSSF: import chart on drawing

2018-09-03 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/123 XSSF: import chart on drawing This method originated as a suggestion from monnomiznog...@gmail.com to copy an existing chart to a new drawing.

Re: Copying chart

2018-09-03 Thread Alain FAGOT BÉAREZ
Hi FD, I think all you need is the following method on XSSFDrawing: ``` /** * Imports the chart from the srcChart into this drawing. * * @param srcChart *the source chart to be cloned into this drawing. * @return the newly created chart. * @throws