[Bug 56380] comments not saved properly

2014-07-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56380

dnl...@gmail.com changed:

   What|Removed |Added

 CC||dnl...@gmail.com

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



[Bug 51037] setDefaultColumnStyle() in XSSFSheet not working

2014-07-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51037

--- Comment #9 from Nick Burch apa...@gagravarr.org ---
(In reply to maksim.tsilayeu from comment #8)
 it seems like an issue with generated xl\worksheets\sheet1.xml
 
 If you use sheet.setDefaultColumnStyle then generated xml is missing s
 attribute - which is used for style reference, so it looks like:
 lt;c r=I2 t=ngt;lt;vgt;41830.0lt;/vgt;lt;/cgt;
 
 However if you use cell.setCellStyle then style attribute is generated, so
 it looks like: 
 lt;c r=I2 t=n s=1gt;lt;vgt;41830.0lt;/vgt;lt;/cgt;

Making changes to the default style on a column won't alter the cells within
that column. If you want to style on specific cell (c element in xlsx) you need
to use cell.setCellStyle on that specific cell.

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



[Bug 56705] [PATCH] XSSFWorkbook.getSheet(String) is slow with many sheets

2014-07-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56705

Nick Burch apa...@gagravarr.org changed:

   What|Removed |Added

   Keywords||PatchAvailable
 Status|NEW |NEEDINFO

--- Comment #1 from Nick Burch apa...@gagravarr.org ---
Looking at the patch, we already have a list of XSSFSheet objects, and this
adds a map too by name. I can't help but wonder if we couldn't have a special
kind of sorted map that provides both the old give me the sheets of the list
plus the new lookup by name

It's possible that my approach would be more complex or slower though, even if
it would mean only one object to update instead of two

Thoughts?

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



[Bug 56702] Get one exception java.lang.IllegalStateException: Cannot get a numeric value from a text cell when calling org.apache.poi.ss.usermodel.DataFormatter.formatCellValue

2014-07-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56702

--- Comment #8 from sangshenghong 278880...@qq.com ---
Thanks for your fixing, which version I can use?

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