Spaces:
Sleeping
Sleeping
Update sheets.py
Browse files
sheets.py
CHANGED
|
@@ -3,8 +3,8 @@ import zipfile
|
|
| 3 |
import xml.etree.ElementTree as ET
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
-
from
|
| 7 |
-
from
|
| 8 |
|
| 9 |
S = "{http://schemas.openxmlformats.org/spreadsheetml/2006/main}"
|
| 10 |
R = "{http://schemas.openxmlformats.org/officeDocument/2006/relationships}"
|
|
|
|
| 3 |
import xml.etree.ElementTree as ET
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
+
from utils import are_keys_sequential, toSnakeCase
|
| 7 |
+
from docs import headerReplacements
|
| 8 |
|
| 9 |
S = "{http://schemas.openxmlformats.org/spreadsheetml/2006/main}"
|
| 10 |
R = "{http://schemas.openxmlformats.org/officeDocument/2006/relationships}"
|