Im building a local html + js tool just for me and I want the js to import always the same local xlsx file, without the need to choose the file every time.
I tried multiple ways like the XMLHTTPRequest, however its always blocked by CORS policy.
Im building a local html + js tool just for me and I want the js to import always the same local xlsx file, without the need to choose the file every time.
I tried multiple ways like the XMLHTTPRequest, however its always blocked by CORS policy.