gvSIG bugs #3960
It is not possible to specify encoding when opening an Excel file
| Status: | New | % Done: | 0% | |
|---|---|---|---|---|
| Priority: | Normal | Spent time: | - | |
| Assignee: | - | |||
| Category: | Document table | |||
| Target version: | - | |||
| Severity: | Minor | Add-on version: | ||
| gvSIG version: | 2.3.0 | Add-on build: | ||
| gvSIG build: | 2413 | Add-on resolve version: | ||
| Operative System: | Linux | Add-on resolve build: | ||
| Keywords: | Proyecto: | |||
| Has patch: | Hito: | |||
| Add-on name: | Unknown |
Description
There is no possibility to specify the encoding of Excel files, therefore some Excel files are incorrectly opened.
I attach an Excel file generated with LibreOffice 4.2.8.2.
Note that jxl library allows to specify the encoding by using the following code:
WorkbookSettings ws = new WorkbookSettings();
ws.setEncoding("UTF8");
Workbook workbook = Workbook.getWorkbook(is, ws);
It happens on gvSIG 2.2.0 final and also on 2.3 devel builds