[GitHub] poi pull request #139: Bugzilla 59623: code inspired from Axel Richter on St...

2018-12-27 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/139

Bugzilla 59623: code inspired from Axel Richter on StackOverflow

In order to give an example of code for [issue 
59623](https://bz.apache.org/bugzilla/show_bug.cgi?id=59623), I reused three 
code examples from Axel Richter on StackOverflow:
  1.  [Create target marker in a bar chart with 
openxmlformats](https://stackoverflow.com/questions/50772989/)
  2. [Change axis color and font of the chart in 
openxmlformats](https://stackoverflow.com/questions/50873700/)
  3. [Change colors of line chart Apache 
POI](https://stackoverflow.com/questions/51530552/)

This led me to introduce and rewrite some internal code in the XDDF 
packages.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi bugzilla-59623

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/139.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #139


commit ed03c82d322316aaedc264fdadc208cf3afe02ad
Author: Alain FAGOT BEAREZ 
Date:   2018-12-27T13:39:59Z

code inspired from Axel Richter on StackOverflow




---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #138: Fix some LGTM alerts

2018-12-26 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/138

Fix some LGTM alerts

Some time ago I started to fix the LGTM alerts, grouping them by their 
type. Many groups are still to be handled but these few fixes might be worth to 
be pushed to trunk already.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi fix-lgtm-alerts

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/138.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #138


commit 79241c6788e901e5932ff2db8d183618d0ea3d9d
Author: Alain FAGOT BEAREZ 
Date:   2018-11-01T19:23:39Z

fix potential input resource leaks (LGTM)

commit abe3a3b51e3040f140da00ac664a9b69b21d20eb
Author: Alain FAGOT BEAREZ 
Date:   2018-11-19T23:59:36Z

fix override of synchronized method

commit 1628be8002996f22d31b017250e0dbe9120eda3a
Author: Alain FAGOT BEAREZ 
Date:   2018-11-20T00:21:18Z

fix boxed variable is never null

commit 4fd2019119021f80bd7165fe1602d8a03228ab51
Author: Alain FAGOT BEAREZ 
Date:   2018-11-20T00:29:29Z

fix whitespace contradicts operator precedence

commit f1dfd825f7dd8ffc1f1716d97adfd47f96894647
Author: Alain FAGOT BEAREZ 
Date:   2018-12-25T18:11:53Z

fix potential output resource leaks (LGTM)




---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #127: BUG-59625: change chart data to experiment diverse sc...

2018-10-03 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at:

https://github.com/apache/poi/pull/127


---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #127: BUG-59625: change chart data to experiment diverse sc...

2018-10-03 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/127

BUG-59625: change chart data to experiment diverse scripts

I used the data from https://www.ethnologue.com/statistics/size for number 
of countries and speakers, as well as 
https://www.omniglot.com/language/names.htm for the name of the languages in 
the proper language.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi bug-59625

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/127.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #127


commit e06dedd99bba2590733d026ac0d3630f21ca82e2
Author: Alain FAGOT BEAREZ 
Date:   2018-09-28T22:55:14Z

change chart data to experiment diverse scripts




---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #125: fix for Bug 60509

2018-10-01 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at:

https://github.com/apache/poi/pull/125


---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #125: fix for Bug 60509

2018-09-27 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/125

fix for Bug 60509

https://bz.apache.org/bugzilla/show_bug.cgi?id=60509

All the code was provided by Guillaume de GENTILE in 
https://bz.apache.org/bugzilla/show_bug.cgi?id=54470, only waiting for the XDDF 
package to be ready, since 2015.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi bug-60509

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/125.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #125


commit 33fc3ec972f790e9c78d43f5e86aa059f2451bfe
Author: Alain FAGOT BEAREZ 
Date:   2018-09-26T21:05:01Z

extract valuable code from 54470 submitted patch

commit c90c2a2c7d777c9a9047ad73b76f145860f7f53d
Author: Alain FAGOT BEAREZ 
Date:   2018-09-28T01:48:38Z

add test for bug 60509




---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #124: adapting some contributions by Axel Richter on StackO...

2018-09-25 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at:

https://github.com/apache/poi/pull/124


---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #124: adapting some contributions by Axel Richter on StackO...

2018-09-24 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/124

adapting some contributions by Axel Richter on StackOverflow

While searching for more improvement inspiration based on link from 
https://bz.apache.org/bugzilla/show_bug.cgi?id=62746, I found some great 
contributions by Axel Richter using low-level `CT*` classes that can be adapted 
to newer API.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi bug-62746

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/124.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #124


commit 2a52f123b7325339d203152d8405c10d4b10ece1
Author: Alain FAGOT BEAREZ 
Date:   2018-09-25T02:18:19Z

adapting some contributions by Axel Richter on SO




---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



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

2018-09-04 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at:

https://github.com/apache/poi/pull/123


---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[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.



https://lists.apache.org/thread.html/9530e875e233ccddf30d2fb505454140966bf8cdfaa26e7bf71a0eaf@%3Cdev.poi.apache.org%3E

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi xssf-import-chart

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/123.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #123


commit 22894b6642ad83101f53d1f5d4ec8022c94fec46
Author: Alain FAGOT BEAREZ 
Date:   2018-09-03T23:31:42Z

import existing chart on current drawing

commit cdce67a4ce25a3a34552fa02e1ef240a8e1e81f4
Author: Alain FAGOT BEAREZ 
Date:   2018-09-03T23:32:27Z

whitespace formatting




---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #100: [bug-57369] support for major and minor unit on XDDFC...

2018-02-12 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at:

https://github.com/apache/poi/pull/100


---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #100: [bug-57369] support for major and minor unit on XDDFC...

2018-02-10 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/100

[bug-57369] support for major and minor unit on XDDFChart axes



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi fix-57369

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/100.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #100


commit c7c42ad992847c4a17b71228b26d0d806b628173
Author: Alain FAGOT BEAREZ <abearez@...>
Date:   2018-02-08T03:50:14Z

support for major and minor unit on XDDFChart axes




---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #93: code cleaning according to ignored code review recomme...

2018-01-24 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/93

code cleaning according to ignored code review recommendations



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi xwpf-charts

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/93.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #93


commit 8fe92841810148ceaefe8291f1550f3085f58f7f
Author: Alain FAGOT BEAREZ <abearez@...>
Date:   2018-01-25T00:57:30Z

code cleaning according to ignored code review recommendations




---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #72: Define XDDF user model for shape properties to be shar...

2017-09-26 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/72

Define XDDF user model for shape properties to be shared between XSSF and 
XSLF

This pull request is branched from the `xddf-usermodel` branch (pull 
request #68).

The main goal of this work is to provide a user model API in order to 
handle the shape properties without using underlying xmlbeans objects and 
interfaces. Among others, handling properties related to colors is made simpler 
by returning and accepting an abstract XDDFColor, which has six distinct 
implementations, where the developers were required to check whether or not one 
of the six properties was set.

What is left to be done:
- refactor XSLFColor and XSSFColor to make use of the new shareable code;
- deprecate methods that return xmlbeans objects where a user model object 
now exists.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi xddf-shape-properties

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/72.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #72


commit 359409443c48140583fc00529597274b6252ce0e
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-06-01T06:34:07Z

rework XSLFChart examples, hiding underlying internal interface

commit 94c6be98e69ff89a41372a277af523bb21983449
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-05-26T07:30:07Z

define a user model for chart axes (inspired by XSSFChartAxis)

commit 2ded4f39388cb5767d39d2148b4f4b3e31d3bf02
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-06-01T08:09:06Z

define user model for pie and bar charts data series (inspired by XSSF)

commit 748c4805cfe4eb5492d98f4ee53eb74d4849ba59
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-01T05:44:44Z

duplicate charts and workbooks while importing content from other slide

commit c8969110f803f89bca44e0aee1debf6687fc8c32
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-07-04T06:56:19Z

join efforts between XSSF charts and XSLF charts into XDDF DrawingML

commit 9d8fcfb599ef72ae764fa15432c943ae5f6296e2
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-08T21:53:26Z

enable more than one data series per chart

commit 993a46114cd1635d6147e0d5e48cc2627166ca81
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-08T21:53:26Z

use XDDF user model from XSSFChart

commit a0118d4839e16557501de4c0482d58b3ae9383bb
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-10T21:40:46Z

fix the examples to reflect the latest changes

commit 82e50f8c768ea1c66d027771992fe162c1fcad86
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-12T22:43:38Z

restore deleted API as @Deprecated

commit ad0e216f874178bbbebcf2f92694e293e1206425
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-13T06:15:28Z

undo some formatting changes to turn code review easier

commit ad6380356099858b3909a962d11501723a3485c0
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-14T02:20:50Z

restore the @Internal public methods leaking the CT* side of charts

commit 6aae7a367b739277ddf4ee24a909ec509786cb90
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-15T18:58:13Z

factor out common code between XSSFChart and XSLFChart

commit ea8c054d663bc116645c95e87a32c6c038f4930f
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-16T02:06:38Z

check all classes in XDDF are annotated as @Beta

commit 6befdb069eff1a88eca72f8bc0eef7e2a8072c3a
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-21T07:46:02Z

new checks are performed when creating an XSSFWorkbook with empty file

commit c2d91c58ecad193427672f3c1d1e2c1d34a23a63
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-09-13T08:11:17Z

cleaner handling of relations without relationships

commit f6ce4100d83bb4483ca24733ebb1b347f601be5a
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-09-16T22:10:59Z

Merge origin/trunk into xddf-usermodel

commit 7a5be1177006b9d10339c41348c684d361dd2fca
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-09-16T22:36:30Z

mark for removal in version 4.2 of elements deprecated by this branch

commit 3cfd976b3bb84647b8a84d6ba0b8320264f7b12b
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-09-17T03:36:32Z

mark for removal in version 4.2 of elements deprecated by this branch

commit f3170f2215c9801f019a5a672241ad5401cdd779
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-09-17T04:04:04Z

move all code down into ch

[GitHub] poi pull request #70: fix for bug 61515

2017-09-13 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/70

fix for bug 61515

This is basically a one-liner with a test.

Since the creation of the relation leads to reloading the existing 
relationships for the part equally named that has been deleted, the solution is 
to clear the relationships before going on.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi fix-bug-61515

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/70.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #70


commit 0ed264b5a74a4365e8dafd56db1d478d8919efad
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-09-13T08:11:38Z

fix for bug 61515




---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #68: Share chart data implementation between XSSFChart and ...

2017-08-10 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/68

Share chart data implementation between XSSFChart and XSLFChart through XDDF

The main goal of this work is to be able to:
  - duplicate a slide that has a chart on it 
(https://bz.apache.org/bugzilla/show_bug.cgi?id=57835);
  - more easily access definitions for axes;
  - more easily set data series for axes;
  - share code between XSLF and XSSF: XSSFChart and XSLFChart are using 
XDDFChartData.

What is left to be done:
  - complete implementation of first five chart types;
  - implement other chart types.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi xddf-usermodel

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/68.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #68


commit 359409443c48140583fc00529597274b6252ce0e
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-06-01T06:34:07Z

rework XSLFChart examples, hiding underlying internal interface

commit 94c6be98e69ff89a41372a277af523bb21983449
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-05-26T07:30:07Z

define a user model for chart axes (inspired by XSSFChartAxis)

commit 2ded4f39388cb5767d39d2148b4f4b3e31d3bf02
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-06-01T08:09:06Z

define user model for pie and bar charts data series (inspired by XSSF)

commit 748c4805cfe4eb5492d98f4ee53eb74d4849ba59
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-01T05:44:44Z

duplicate charts and workbooks while importing content from other slide

commit c8969110f803f89bca44e0aee1debf6687fc8c32
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-07-04T06:56:19Z

join efforts between XSSF charts and XSLF charts into XDDF DrawingML

commit 9d8fcfb599ef72ae764fa15432c943ae5f6296e2
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-08T21:53:26Z

enable more than one data series per chart

commit 993a46114cd1635d6147e0d5e48cc2627166ca81
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-08T21:53:26Z

use XDDF user model from XSSFChart




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #67: Introduce XDDF usermodel to share charts implementatio...

2017-08-08 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at:

https://github.com/apache/poi/pull/67


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #67: Introduce XDDF usermodel to share charts implementatio...

2017-08-03 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/67

Introduce XDDF usermodel to share charts implementation between XSLF and 
XSSF

The main goal of this work is to be able to:
  - duplicate a slide that has a chart on it 
(https://bz.apache.org/bugzilla/show_bug.cgi?id=57835);
  - more easily access definitions for axes;
  - more easily set data series for axes;
  - share code between XSLF and XSSF about DrawingML.

What is left to be done:
  - allow for more than one data series on bar, line, scatter and radar 
charts;
  - complete implementation of first chart types, so that they can be used 
from XSSFChart;
  - implement other chart types.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi xddf-usermodel

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/67.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #67


commit 359409443c48140583fc00529597274b6252ce0e
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-06-01T06:34:07Z

rework XSLFChart examples, hiding underlying internal interface

commit 94c6be98e69ff89a41372a277af523bb21983449
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-05-26T07:30:07Z

define a user model for chart axes (inspired by XSSFChartAxis)

commit 2ded4f39388cb5767d39d2148b4f4b3e31d3bf02
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-06-01T08:09:06Z

define user model for pie and bar charts data series (inspired by XSSF)

commit 748c4805cfe4eb5492d98f4ee53eb74d4849ba59
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-08-01T05:44:44Z

duplicate charts and workbooks while importing content from other slide

commit c8969110f803f89bca44e0aee1debf6687fc8c32
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-07-04T06:56:19Z

join efforts between XSSF charts and XSLF charts into XDDF DrawingML




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #61: Improvements on XSLF chart user model

2017-08-03 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at:

https://github.com/apache/poi/pull/61


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #61: Improvements on XSLF chart user model

2017-06-26 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request:

https://github.com/apache/poi/pull/61

Improvements on XSLF chart user model

The main goal of this work is to be able to:
  - more easily access definitions for axes;
  - more easily set data series for axes;
  - duplicate a slide that has a chart on it.

What is left to be done:
  - allow for more than one data series on bar charts;
  - implement radar charts and other chart types.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi xslf_chart_usermodel

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/61.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #61


commit e85695ec959e0c853f72a370303d4999697c777a
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-06-01T06:34:07Z

rework XSLFChart examples, hiding underlying internal interface

commit 028292c3ba499299f6be0360ab5600fbc53320fd
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-05-26T07:30:07Z

define a user model for chart axes (inspired by XSSFChartAxis)

commit d2190fbd5b42b8bb8bd7debd33e2ca736ded9dc4
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-06-01T08:09:06Z

define user model for pie and bar charts data series (inspired by XSSF)

commit 62cd46464a04968f9aba385783b963a473485817
Author: Alain FAGOT BEAREZ <abea...@for-scala.it>
Date:   2017-06-14T02:52:25Z

duplicate charts and workbooks while importing content from other slide




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org