L還有還有,VSCode 內建的 Jupyter 整合也不能用,找不到 PDM 裝的套件,只能自己執行 Jupyter 開瀏覽器用。Reply·Article·Dec 10, 2021·一個現代化的 Python 套件管理工具 PDM - Python Development Master
L我有用 PDM,比較大的困擾是 VSCode 的 debug 無法使用,最後只好用 pdb。 VSCode 那邊說因為 PEP582 還是草案,所以不打算支援。Comment·Article·Dec 10, 2021·一個現代化的 Python 套件管理工具 PDM - Python Development Master
LI think SheetJS can read your data directly: const workbook = XLSX.read(data, { type : 'array' });Comment·Article·Aug 29, 2021·Javascript: How to read and get data from an excel file