|
@@ -138,7 +138,7 @@ func (s *SheetSuite) TestMarshalSheet(c *C) {
|
|
|
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
|
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
|
|
<dimension ref="A1:A1"></dimension>
|
|
<dimension ref="A1:A1"></dimension>
|
|
|
<cols>
|
|
<cols>
|
|
|
- <col min="1" max="1"></col>
|
|
|
|
|
|
|
+ <col min="1" max="1" width="9.5"></col>
|
|
|
</cols>
|
|
</cols>
|
|
|
<sheetData>
|
|
<sheetData>
|
|
|
<row r="1">
|
|
<row r="1">
|
|
@@ -173,8 +173,8 @@ func (s *SheetSuite) TestMarshalSheetWithMultipleCells(c *C) {
|
|
|
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
|
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
|
|
<dimension ref="A1:B1"></dimension>
|
|
<dimension ref="A1:B1"></dimension>
|
|
|
<cols>
|
|
<cols>
|
|
|
- <col min="1" max="1"></col>
|
|
|
|
|
- <col min="2" max="2"></col>
|
|
|
|
|
|
|
+ <col min="1" max="1" width="9.5"></col>
|
|
|
|
|
+ <col min="2" max="2" width="9.5"></col>
|
|
|
</cols>
|
|
</cols>
|
|
|
<sheetData>
|
|
<sheetData>
|
|
|
<row r="1">
|
|
<row r="1">
|