|
|
@@ -36,21 +36,6 @@ func (s *StreamSuite) TestXlsxStreamWrite(t *C) {
|
|
|
headerTypes [][]*CellType
|
|
|
expectedError error
|
|
|
}{
|
|
|
- {
|
|
|
- testName: "Date Row",
|
|
|
- sheetNames: []string{
|
|
|
- "Sheet1",
|
|
|
- },
|
|
|
- workbookData: [][][]string{
|
|
|
- {
|
|
|
- {"1", "25"},
|
|
|
- {"123", "098"},
|
|
|
- },
|
|
|
- },
|
|
|
- headerTypes: [][]*CellType{
|
|
|
- {CellTypeDate.Ptr(), CellTypeDate.Ptr()},
|
|
|
- },
|
|
|
- },
|
|
|
{
|
|
|
testName: "One Sheet",
|
|
|
sheetNames: []string{
|