jborean93 / smbprotocol

Python SMBv2 and v3 Client
MIT License
316 stars 73 forks source link

Read excel file #195

Closed NiklasBrandstaeter closed 1 year ago

NiklasBrandstaeter commented 1 year ago

Is it possible to read an excel file with an smbclient?

adiroiban commented 1 year ago

Yes, you can! :)

jborean93 commented 1 year ago

You can read the contents of the excel file but you'll still need some library to decode them in a format you can use. That would sit outside of this library.