RE: Writing workbooks with linked workbooks using XSSFWorkbook

2016-12-27 Thread Murphy, Mark
If you create an issue in bugzilla with a unit test, It will be easier to get that fixed. -Original Message- From: Jörn Franke [mailto:jornfra...@gmail.com] Sent: Tuesday, December 27, 2016 9:53 AM To: user@poi.apache.org Subject: Writing workbooks with linked workbooks using XSSFWorkboo

Re: Writing workbooks with linked workbooks using XSSFWorkbook

2016-12-27 Thread Jörn Franke
There is already a bug report, see my message. > On 27 Dec 2016, at 17:15, Murphy, Mark wrote: > > If you create an issue in bugzilla with a unit test, It will be easier to get > that fixed. > > -Original Message- > From: Jörn Franke [mailto:jornfra...@gmail.com] > Sent: Tuesday, De

Re: Writing workbooks with linked workbooks using XSSFWorkbook

2016-12-31 Thread Dominik Stadler
Hi, Bug 60219 was not fixed yet, but it is now. Can you re-try with a recent build from trunk or use the binaries from https://builds.apache.org/view/POI/job/POI-DSL-1.6/65/ when it finishes. Thanks... Dominik. On Tue, Dec 27, 2016 at 5:21 PM, Jörn Franke wrote: > There is already a bug repor

Re: Writing workbooks with linked workbooks using XSSFWorkbook

2017-01-03 Thread Jörn Franke
Hi, sorry I was a little bit late. I tried with 82 and still the same error: java.lang.RuntimeException: Not Implemented - see bug #57184 I do have a unit test, but it contains a lot of Hadoop stuff. Basically this line fails with the message above: currentWorkbook.linkExternalWorkbook(name,cu

Re: Writing workbooks with linked workbooks using XSSFWorkbook

2017-01-03 Thread Jörn Franke
oh btw. you do not need a Hadoop installation to run the tests, they are simple unit tests. Simply clone https://github.com/ZuInnoTe/hadoopoffice.git Remove all the @Ignore tags from * fileformat/src/test/java/org/zuinnote/hadoop/office/format/mapred/OfficeFormatHadoopExcelTest.java * fileformat/s

Re: Writing workbooks with linked workbooks using XSSFWorkbook

2017-01-08 Thread Dominik Stadler
Hi, Unfortunately this is likely to stay unsupported until somebody comes up with the necessary changes. None of the few active devs is currently working on this as far as I see, though. Patches are always welcome if you managed to take a closer look yourself. Dominik. On Tue, Jan 3, 2017 at 9:0

Re: Writing workbooks with linked workbooks using XSSFWorkbook

2017-01-08 Thread Jörn Franke
Ok, thank you. I will see, but I cannot promise anything. > On 8 Jan 2017, at 21:23, Dominik Stadler wrote: > > Hi, > > Unfortunately this is likely to stay unsupported until somebody comes up > with the necessary changes. None of the few active devs is currently > working on this as far as I s