Skip to content

Commit

Permalink
hint to parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Aug 1, 2024
1 parent 6664004 commit 0bff5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tabxlsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ def extension(filename: str) -> Optional[str]:
formatleft = re.compile("[{]:[^{}]*<[^{}]*[}]")
formatright = re.compile("[{]:[^{}]*>[^{}]*[}]")
formatnumber = re.compile("[{]:[^{}]*[defghDEFGHMQR$%][}]")
# parsing the microsyntax of headers and selected columns ["colname:{:.2f}$"]
formats: Dict[str, str] = {}
renameheaders: Dict[str, str] = {}
showheaders: List[str] = []
Expand Down

0 comments on commit 0bff5d2

Please sign in to comment.