+ 11
How we can read Excel files using any language?
8 Respuestas
+ 8
Do you have any code.... I need it..
+ 7
It depends on language. For example in java you can use Apache POI API.
+ 3
Hmm... I would make a GET request to the Excel file, and hopefully there should be some library or frameork to read the data.
+ 3
Rowsej I need In Java
+ 2
Which language?
+ 2
+ 1
There are libraries that can help with this. I saw one for Python a while back. I haven't used any before so can't recommend anything over anything else.
What are you trying to achieve? If you have a large Excel file that you want to extract a specific data set out of, then you could save as CSV file, then it's easy to code that can scan through a CSV file in almost any language.
If you need to automate doing something to many Excel files then you should find a suitable library for the language you want to use.
(It is possible to do it all manually, but would be very hard.)
+ 1
Oh Java, look at this:
https://stackoverflow.com/questions/1516144/how-to-read-and-write-excel-file