Open joshuataylor opened 11 months ago
Thanks for the feedback, I'll look into the relevant remote filesystems and support this feature as soon as possible.
@joshuataylor There is an update on this issue. It may still require assistance from JetBrains to support this feature. Please refer: https://youtrack.jetbrains.com/issue/BDIDE-5505/How-to-read-remote-xls-xlsx-files
Their response makes sense, so having this sit until fix is fine.
Thanks for submitting the issue with JetBrains and following up!
I'll let you know as soon as there are new updates.
(cross posting from https://github.com/obiscr/ExcelReader/issues/3 , sorry for spam)
Language barrier
Apologies, I don't speak/read the same language as the author - Google says that the language is Chinese. I will try and ensure that hopefully my text translates well using Google Translate!
Hi!
This plugin works great when you have a file locally, and allows quick reading of Excel files.
Jetbrains has a set of plugins called Big Data Tools, with a sub-plugin called Remote File Systems which allows you to see files in a remote file system, such as a S3 compatible bucket.
It seems that it can display files that IntelliJ supports (plain text?) without the IntelliJ Editor, but for certain files (PDF etc) it opens your default program that you view the file with.
When I try an open an Excel file from Remote File Systems without the ExcelReader plugin enabled, IntelliJ opens Excel (my default program).
With the plugin enabled, it returns a popup error
No viewer found for Book1.xlsx
and nothing happens (this file works fine locally).Locally (it's just a test Excel file :)):
I think that perhaps there is a new way that Jetbrains handles opens files via the plugin, and there is a new hook or something similar?