You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked into the artifact folder, but there is only sheet_template.html
I'm on Windows10 and only anti virus enabled on my machine is windows defender. Perhaps windows deletes .xlsx files downloaded by Julia's package manager?
The text was updated successfully, but these errors were encountered:
YongHee-Kim
changed the title
Couldn't find template file ...blank.xlsx
Couldn't find template file ...blank.xlsx error when creating new file
Jan 19, 2024
YongHee-Kim
changed the title
Couldn't find template file ...blank.xlsx error when creating new file
Couldn't find template file ...blank.xlsx error when creating a new file
Jan 19, 2024
Julia Version 1.10.0
Commit 3120989f39 (2023-12-25 18:01 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 20 × 12th Gen Intel(R) Core(TM) i7-12700H
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, alderlake)
Threads: 1 on 20 virtual cores
I did bit more investigation and I think what happened is that I've deleted "blank.xlsx" by accident, because XLSX.openxlsx isn't generating a new file but it just points to `blank.xlsx'
julia>@__DIR__"C:\\Users\\Ykim"# it doesn't create a new file
julia> xf = XLSX.openxlsx(joinpath(@__DIR__, "foo.xlsx"), mode="w")
XLSXFile("C:\Users\Ykim\.julia\artifacts\c0b84c4a80d13f58b3409f4a77d4a11455b5609e\blank.xlsx") containing 1 Worksheet
sheetname size range
-------------------------------------------------
Sheet1 1x1 A1:A1
I've noticed that XLSX couldn't generate a new excel file
here is repro step
I've looked into the artifact folder, but there is only sheet_template.html
I'm on Windows10 and only anti virus enabled on my machine is windows defender. Perhaps windows deletes
.xlsx
files downloaded by Julia's package manager?The text was updated successfully, but these errors were encountered: