AdamRaichu / vscode-zip-viewer

An extension which allows for the manipulation of zip files in VS Code.
https://marketplace.visualstudio.com/items?itemName=AdamRaichu.zip-viewer
MIT License
13 stars 1 forks source link

[editor]: Support xlsx in preview #56

Closed SenseiJoe closed 1 year ago

SenseiJoe commented 1 year ago

Please add support for .xlsx files to the editor preview.

Generated by adamraichu.zip-viewer

AdamRaichu commented 1 year ago

This is already a feature.

https://github.com/AdamRaichu/vscode-zip-viewer/blob/d06911a6b03eb3bc449d7cb71bfd736bca39cadc/package.json#L160

https://github.com/AdamRaichu/vscode-zip-viewer/blob/d06911a6b03eb3bc449d7cb71bfd736bca39cadc/README.md?plain=1#L47-L69

AdamRaichu commented 1 year ago

Also technically a duplicate.

https://github.com/AdamRaichu/vscode-zip-viewer/issues/15

AdamRaichu commented 1 year ago

I'm sorry, I went through this too quickly not understanding what you meant. This is not a duplicate. However, xlsx files are not text files, so this will not be implemented. Use selective extraction for viewing those files.