https://bz.apache.org/bugzilla/show_bug.cgi?id=66337

Arthur <art...@entsia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #11 from Arthur <art...@entsia.com> ---
Hi, I also get the same codepage warnings after doing:

```
HSSFWorkbook hssfWorkbook = new HSSFWorkbook();
hssfWorkbook.createInformationProperties();
```

I tried to find ways to set the codepage but I didn't succeed.
Things tried:
* finding a direct setter (none exist)
* trying to add a manual property to the map (failed unmodifiable)
* trying to set a cell style with a font (no changes)

It seems it is only settable by creating a workbook from a POIFSFileSystem but
this requires an existing file otherwise I get an error saying POIFSFileSystem
might not be an excel file.

Is there an other way, or is a setter missing for the codepage

-- 
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

Reply via email to