setop

Results 65 comments of setop

In addition, it'll be nice the search works on words and not only on letters match. When I search for "lua" I want entries about the programming language, not entries...

2.6.6 was released in 2010. It is not even the last version of the 2.6 branch, which as been closed in 2013. Why stick to a such old release ?...

do not provide output file, use redirection: `xlsx2csv input.xlsx >> output.csv`

I just git cloned the repo and ran xlsx2csv against the two files you proposed. Both are converted properly to csv. Can you describe the error you got and describe...

Spaces in file names are not a problem as long as you quote them : `xlsx2csv.py 'name with spaces.xlsx' 'name with spaces.csv'` have a try and tell.

Xlsx and Xlsb are very different formats. Xlsx is basically a zip of xml file. Xlsb is basically ... binary. If xlsx2csv had to handle binary format, it will be...

Hi, Thanks a lot for your help The proposal looks good. I think I was close to that at some point. And I got the same result as the given...

Since I'm also using a webserver (`python -m http.server`) and an HTTPS reverse proxy and get the error. I made another test : changing the webbrowser. It fails with Firefox...

Thank you very much for the investigation. I'll eagerly wait for the resolution of this bug on Firefox. In the meantime, I've written a [snippet](https://framagit.org/-/snippets/6660) working with the last non...

Similar use case here. I'm trying to cross-compile for 32bit x86 target. Zig does it by embedding tool chains for many target. Nim kinda support it by generating C code...