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 <clinn...@recordlinker.com> написал(а): > > Not using 16-mb poi-full is exactly what Im trying to avoid > > Отправлено с iPhone > >>> 2 дек. 2023 г., в 17:54, PJ Fanning <fannin...@yahoo.com.invalid> >>> написал(а): >>> >> 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 >> <clinn...@recordlinker.com> wrote: >> >> >> >> >> >> 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.STFieldSortType >> >> Probably impl versions too: >> >> org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.STFieldSortTypeImpl >> org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTPivotAreaReferenceImpl >> >> According to faq-N10025 I should provide a test case that will demonstrate >> the use case for this file. >> >> And here's another problem: I can't even build poi on win x64 temurin 17. >> Both gradlew and IDEA failing with: >> >> A problem occurred evaluating project ':poi'. >>> Failed to calculate the value of task ':poi:compileTestJava' property >> 'javaCompiler'. >> > No matching toolchains found for requested specification: >> {languageVersion=8, vendor=any, implementation=vendor-specific} for WINDOWS >> on x86_64. >> > No locally installed toolchains match and toolchain download >> repositories have not been configured. >> >> What is my next step? >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org >> For additional commands, e-mail: dev-h...@poi.apache.org >>