I added a test case for advanced pivot sorting
https://github.com/apache/poi/pull/562
On Sat, Dec 2, 2023 at 5:54 PM PJ Fanning
wrote:
> Use poi-ooxml-full instead of poi-ooxml-lite.
>
> It has all the generated classes. poi-ooxml-lite is a subset of
> poi-ooxml-full and works for most users.
>
Not using 16-mb poi-full is exactly what I'm trying to do
Отправлено с iPhone
2 дек. 2023 г., в 17:54, PJ Fanning
написал(а):
Use poi-ooxml-full instead of poi-ooxml-lite.
It has all the generated classes. poi-ooxml-lite is a subset of
poi-ooxml-full and works for most users.
On Saturda
Quote from FAQ: "Longer term, you may also wish to submit a new unit test which
uses the extra parts of the XSDs, so that a future poi-ooxml-lite jar will
include them."
I want to go this way and asking for guidance.
> 2 дек. 2023 г., в 20:50, Recordlinker написал(а):
>
> Not using 16-mb poi
Hi,
For compiling you need JDK 8, but Gradle can't find any, e.g. via the
following property or running the whole build with JDK 8
-Porg.gradle.java.installations.paths=/custom/path/jdk1.8,/shared/jre11
See https://docs.gradle.org/current/userguide/toolchains.html for
details about this Gradle
Use poi-ooxml-full instead of poi-ooxml-lite.
It has all the generated classes. poi-ooxml-lite is a subset of poi-ooxml-full
and works for most users.
On Saturday 2 December 2023 at 11:15:16 GMT+1, Constantine Linnick
wrote:
Hello
tl;dr: I need several classes in poi-lite and can't
Hello
tl;dr: I need several classes in poi-lite and can't even build the poi
gradle project.
I'm trying to build pivot table and I need following classes:
import
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotAreaReference
import org.openxmlformats.schemas.spreadsheetml.x2006.main.ST