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 <fannin...@yahoo.com.invalid> 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. > > > > > > > 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 > >