mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-23 07:18:03 +00:00
Fixed export to Excel feature, it works now
This commit is contained in:
10
internal/app/collection_find_export_excel/workbook.xml
Normal file
10
internal/app/collection_find_export_excel/workbook.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<workbook
|
||||
xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"
|
||||
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
|
||||
>
|
||||
<workbookPr codeName="ThisWorkbook"/>
|
||||
<sheets>
|
||||
<sheet name="RolensExport" sheetId="1" r:id="rId1"/>
|
||||
</sheets>
|
||||
</workbook>
|
Reference in New Issue
Block a user