|
270 | 270 | 'no_title_single_sheet':
|
271 | 271 | '[[1, 2, 3], [4, 588, 6], [7, 8, 999]]',
|
272 | 272 | 'new_normal_usage_irregular_columns':
|
273 |
| - '{"pyexcel_sheet1": [[1, 2, 3], [4, 588, 6], [7, 8]]}', |
| 273 | + '{"pyexcel_sheet1": [[1, 2, 3], [4, 588, 6], [7, 8, ""]]}', |
274 | 274 | 'column_series':
|
275 | 275 | '{"pyexcel_sheet1": [{"Column 1": 1, "Column 2": 2, "Column 3": 3},'
|
276 | 276 | ' {"Column 1": 4, "Column 2": 5, "Column 3": 6},'
|
|
280 | 280 | ' {"Column 1": 4, "Column 2": 5, "Column 3": 6},'
|
281 | 281 | ' {"Column 1": 7, "Column 2": 8, "Column 3": ""}]}',
|
282 | 282 | 'csvbook_irregular_columns':
|
283 |
| - '{"testfile.csv": [[1, 2, 3], [4, 588, 6], [7, 8]]}', |
| 283 | + '{"testfile.csv": [[1, 2, 3], [4, 588, 6], [7, 8, ""]]}', |
284 | 284 | 'data_frame':
|
285 | 285 | '{"pyexcel_sheet1": {"Row 1": {"Column 1": 1, "Column 2": 2, "Column 3": 3}, "Row 2": {"Column 1": 4, "Column 2": 5, "Column 3": 6}, "Row 3": {"Column 1": 7, "Column 2": 8, "Column 3": 9}}}',
|
286 | 286 | 'row_series':
|
|
0 commit comments