Eugene Kortov
Eugene Kortov
I tried to build a project and stumbled upon some problems. Finally I solved them but I want to share this info. OS: macOS Monterey , MacBook Air M1 I...
I always get an error during buildng dockerfile ``` tep 53/90 : RUN apt-get update && apt-get install -y wget coreutils unzip mysql-client && rm -rf /var/lib/apt/lists/* ---> Running in...
- add trackColumns and untrackColumns options to Sheet - add parsing options to Workbook.groovy - extract parsing logic to a prepareSheetFromOptions method - add exhaustive tests for a feature
In `SXSSFSheet` `IllegalStateException` will be thrown with message `Could not auto-size column. Make sure the column was tracked prior to auto-sizing the column.` on `sheet.autoSizeColumn(0)`. So I think it's a...