Fwd: FW: Conselho de Advogado - Importante ler (LG)

2011-09-07 Thread Guilherme Vieira
Atenciosamente, José Guilherme Macedo Vieira Desenvolvedor Java EE --- Telefone: 081-87127316 Skype: williaminbrazil GTalk: jguilherm...@gmail.com -- Mensagem encaminhada -- De: Augusto Galvao Barbosa Data: 7 de setembro de 2011 18:04 Assunto: FW

Re: [VOTE] Release POI 3.8 beta4

2011-08-15 Thread Guilherme Vieira
I vote [+1] as well. 2011/8/15 Yegor Kozlov > Hi All, > > Please test-drive the release candidate for POI 3.8 beta4. > > I've built the release artifacts, derived from revision 1157047 of the > REL_3_8_BETA4 tag. The release candidate files are available from: > > https://dist.apache.org/repos/d

Re: one week's countdown to tagging 3.8-beta4

2011-08-11 Thread Guilherme Vieira
Extending SXSSF to support reading with sliding window is a desirable feature? Am I right in assuming that when you instantiate a Workbook from a FileInputStream, every single sheet, row and cells from the XLSX file is loaded into the Workbook object? If so, don't this cause a large memory footprin

Re: one week's countdown to tagging 3.8-beta4

2011-08-10 Thread Guilherme Vieira
Yegor, Are you going to implement an autoSizeColumns method for SXSSFWorkbook? It would be very interesting, since most people need to deal with this issue in large XLSX files. Also it would be interesting if was implemented a way to read large XLSX using SXSSFWorkbook, using its sliding window t

Re: Apache POI 3.8 (SXSSFWorkbook) - Unreadable Content

2011-08-03 Thread Guilherme Vieira
XSSF. You can use my code snippet. Then unzip the files, compare and > figure out what's wrong with handling \u00a0 in SXSSF. > > You want to look at sharedStrings.xml and sheet1.xml. > > Yegor > > On Wed, Aug 3, 2011 at 4:22 PM, Guilherme Vieira > wrote: > > I c

Re: Apache POI 3.8 (SXSSFWorkbook) - Unreadable Content

2011-08-03 Thread Guilherme Vieira
I can help you if you can. We can work together to fix the issues and develop new features. Cheers. José Guilherme Macedo Vieira 2011/8/3 Yegor Kozlov > So far the plan is to release it in late August. > > Yegor > > On Wed, Aug 3, 2011 at 3:01 PM, Guilherme Vieira >

Re: Apache POI 3.8 (SXSSFWorkbook) - Unreadable Content

2011-08-03 Thread Guilherme Vieira
fix is coming soon and will be included in 3.8-beta4. > > Cheers, > Yegor > > On Wed, Aug 3, 2011 at 1:59 PM, Guilherme Vieira > wrote: > > Dear Yegor, > > > > Your tip didn't work. So I guessed that there was a non-printable > character > > inst

Re: Apache POI 3.8 (SXSSFWorkbook) - Unreadable Content

2011-08-03 Thread Guilherme Vieira
E SOUZA"); >row.createCell(2).setCellValue("ALEXANDRE MARINHO DE SOUZA"); >row.createCell(3).setCellValue("ALEXANDRE MARINHO DE SOUZA"); >} > >FileOutputStream out = new FileOutputStream("/temp/test.xlsx"); &g

Re: Apache POI 3.8 (SXSSFWorkbook) - Unreadable Content

2011-08-02 Thread Guilherme Vieira
So, I've searched column by column in the problematic line in order to identify the problem. The problem is quite weird. It's a string column in the database. This column stores people names. In my problem the name is: ALEXANDRE__MARINHO DE SOUZA Of course, without the underline character. Instea