1
This commit is contained in:
@@ -218,5 +218,6 @@ def prepare_preview(path):
|
||||
with zipfile.ZipFile(path, 'w', zipfile.ZIP_DEFLATED) as output:
|
||||
for name, data in template.parts.items():
|
||||
output.writestr(name, data)
|
||||
return dict(expensePreview='xlsx-layout-v2', previewUncalculatedCells=uncalculated,
|
||||
previewLayout=read_layout(path))
|
||||
result = dict(expensePreview='xlsx-layout-v4', previewUncalculatedCells=uncalculated,
|
||||
previewLayout=read_layout(path))
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user