Skip to content

Commit

Permalink
same-bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Jul 31, 2024
1 parent 8813df3 commit 23ea28c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tabxlsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
import os
import re

# Actually, we implement what we need for tabtoxlsx
# The functions in this script mimic those of openpyxl - we only implement what we need for tabtoxlsx
# (actually, we make an export with openpyxl and then we adapt the code here to generate the same bytes)
# from openpyxl import Workbook, load_workbook
# from openpyxl.worksheet.worksheet import Worksheet
# from openpyxl.styles.cell_style import CellStyle as Style
Expand Down

0 comments on commit 23ea28c

Please sign in to comment.