1
0
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:
2023-06-25 22:00:53 +02:00
parent 3b4be3ebf6
commit cae29d9a71
6 changed files with 96 additions and 58 deletions

View 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>