mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
[bug-68237] SXSSFWorkbook: write as
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b5da35ee4e
commit
bcb451a416
@ -222,11 +222,11 @@ public class SheetDataWriter implements Closeable {
|
||||
_out.write("<row");
|
||||
writeAttribute("r", Integer.toString(rownum + 1));
|
||||
if (row.hasCustomHeight()) {
|
||||
writeAttribute("customHeight", "true");
|
||||
writeAttribute("customHeight", "1");
|
||||
writeAttribute("ht", Float.toString(row.getHeightInPoints()));
|
||||
}
|
||||
if (row.getZeroHeight()) {
|
||||
writeAttribute("hidden", "true");
|
||||
writeAttribute("hidden", "1");
|
||||
}
|
||||
if (row.isFormatted()) {
|
||||
writeAttribute("s", Integer.toString(row.getRowStyleIndex()));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user