[Bug 62242] Shouldn't show '0' if number format is "??" and cell value is 0

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62242

linghao2...@hotmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #6 from linghao2...@hotmail.com ---
(In reply to Dominik Stadler from comment #5)
> The PR causes unit-tests to fail, please try to adjust any other unit-test
> as well to still have tests succeed with the changes applied.

Sorry for that. I didn't notice the ooxml test cases. It seems hard to resolve
it. I will try.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 59836] Tracker: Replace primitives with enums

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59836
Bug 59836 depends on bug 61898, which changed state.

Bug 61898 Summary: Quick Guide is getting a bit out of date
https://bz.apache.org/bugzilla/show_bug.cgi?id=61898

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 61898] Quick Guide is getting a bit out of date

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61898

--- Comment #12 from Dominik Stadler  ---
Latest changes are at r1828472

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 61898] Quick Guide is getting a bit out of date

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61898

Dominik Stadler  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Dominik Stadler  ---
I did some more changes, mostly simple try-with-resources. I don't think we
should put everything under strict Java 8 usage as that would make the
sample-code less easy to read, these are code-snippets anyway.

I am closing this as fixed for now as the main purpose is done, we will adjust
the guides some more as we go along anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 61928] Incorrext XLSB extraction

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61928

Dominik Stadler  changed:

   What|Removed |Added

 Resolution|--- |LATER
 Status|NEEDINFO|RESOLVED

--- Comment #4 from Dominik Stadler  ---
We cannot analyze or reproduce this without more information, please reopen
this bug if it is still a problem for you and you can provide some sample files
and sample-code/unit-tests which reproduce this problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62012] Disposing POI temporary files in multithreaded system

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62012

Dominik Stadler  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Dominik Stadler  ---
I tried to reproduce this with a simple threaded TempFileCreationStrategy, but
I could not produce any problem or leftover file with it, thus I am closing
this as WORKSFORME for now, please reopen when you can provide some more
information that can allow to reproduce this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62012] Disposing POI temporary files in multithreaded system

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62012

--- Comment #4 from Dominik Stadler  ---
Can you post your complete TempFileCreationStrategy? The code you showed does
not look complete. I would like to try to reproduce or at least add a similar
test to Apache POI.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62242] Shouldn't show '0' if number format is "??" and cell value is 0

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62242

Dominik Stadler  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #5 from Dominik Stadler  ---
The PR causes unit-tests to fail, please try to adjust any other unit-test as
well to still have tests succeed with the changes applied.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



Re: xdocreport dependency on full ooxml-schemas jar

2018-04-05 Thread Alain FAGOT BÉAREZ
Hi,

About your first point, I will copy and paste a frequent answer from BugZilla. 
Thanks Nick for your clean response template on this matter. 

As per http://poi.apache.org/faq.html#faq-N10025 each missing CT* class 
requires to write a short JUnit unit test that uses this class, so the build 
can know to include it in the future.

About your second point, it is a fact that the spreadsheet support is far more 
developed than support for the other formats.

Best regards,
Alain FAGOT BÉAREZ

⁣


 Originale Nachricht 
Von: "pj.fanning" 
Gesendet: Wed Apr 04 18:51:24 GMT-03:00 2018
An: dev@poi.apache.org
Betreff: xdocreport dependency on full ooxml-schemas jar

https://github.com/opensagres/xdocreport depends on the full ooxml-schemas
jar as opposed to the poi-ooxml-schemas.jar. I was under the impression that
the latter jar contained the ooxml-schema classes that we expect to suffice
in most cases.
xdocreport won't compile with just poi-ooxml-schemas. Is it possible that we
are missing a few classes in poi-ooxml-schemas.jar that we should add?
I have pasted the errors from my test build below.

A 2nd topic is that this project depends very heavily on the generated CT
classes - presumably because the XWPF code base does not expose the
necessary features directly.

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
on project fr.opensagres.poi.xwpf.converter.core: Compilation failure:
Compilation failure:
[ERROR]
/Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/AbstractTableCellValueProvider.java:[30,62]
cannot find symbol
[ERROR] symbol:   class CTTblStylePr
[ERROR] location: package
org.openxmlformats.schemas.wordprocessingml.x2006.main
[ERROR]
/Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/AbstractTableCellValueProvider.java:[56,28]
cannot find symbol
[ERROR] symbol:   class CTTblStylePr
[ERROR] location: class
fr.opensagres.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider
[ERROR]
/Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[54,62]
cannot find symbol
[ERROR] symbol:   class CTFont
[ERROR] location: package
org.openxmlformats.schemas.wordprocessingml.x2006.main
[ERROR]
/Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[73,62]
cannot find symbol
[ERROR] symbol:   class CTTextDirection
[ERROR] location: package
org.openxmlformats.schemas.wordprocessingml.x2006.main
[ERROR]
/Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[75,62]
cannot find symbol
[ERROR] symbol:   class CTTwipsMeasure
[ERROR] location: package
org.openxmlformats.schemas.wordprocessingml.x2006.main
[ERROR]
/Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[76,62]
cannot find symbol
[ERROR] symbol:   class FontsDocument
[ERROR] location: package
org.openxmlformats.schemas.wordprocessingml.x2006.main
[ERROR]
/Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/AbstractTableCellValueProvider.java:[79,45]
cannot find symbol
[ERROR] symbol:   class CTTblStylePr
[ERROR] location: class
fr.opensagres.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider
[ERROR]
/Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[213,123]
package
org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType
does not exist
[ERROR]
/Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[364,107]
package
org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType
does not exist
[ERROR]
/Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[372,120]
package
org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType
does not exist
[ERROR]

[Bug 62259] CTMarkerSize class missing

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62259

Nick Burch  changed:

   What|Removed |Added

 OS||All
 Status|NEW |NEEDINFO

--- Comment #1 from Nick Burch  ---
As per http://poi.apache.org/faq.html#faq-N10025 could you please write a short
junit unit test that uses this class, so the build can know to include it in
future?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62259] New: CTMarkerSize class missing

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62259

Bug ID: 62259
   Summary: CTMarkerSize class missing
   Product: POI
   Version: 3.17-FINAL
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: XSSF
  Assignee: dev@poi.apache.org
  Reporter: scanti.ru...@gmail.com
  Target Milestone: ---

I have downloaded poi-bin-3.17-20170915.tar.gz and inside
poi-ooxml-schemas-3.17.jar it seems that
org.openxmlformats.schemas.drawingml.x2006.chart.CTMarkerSize .class file is
not present.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org