Skip to content

Instantly share code, notes, and snippets.

View martijn1247812's full-sized avatar

martijn1247812

View GitHub Profile
@martijn1247812
martijn1247812 / tableau_file.py
Created October 7, 2025 13:21
fix on return save_filename
# -*- coding: utf-8 -*-
import zipfile
import os
import shutil
import codecs
from typing import Union, Any, Optional, List, Dict, Tuple
import xml.etree.ElementTree as ET
import io
from abc import ABC, abstractmethod