PydPiper / pylightxl

A light weight, zero dependency, minimal functionality excel read/writer python library
https://pylightxl.readthedocs.io
MIT License
290 stars 47 forks source link

Feature request: Read files from urls #83

Open ag2byte opened 1 year ago

ag2byte commented 1 year ago

Currently, it is only possible to read the file using filepath. It would be awesome to see readxl function support URL

PydPiper commented 1 year ago

@ag2byte thank you for using pylightxl for your project. One of the benefits of pylightxl is that it has zero dependecies, but i think we could make this work to check if requests is installed then use it to interpret the url. This will likely be a few month out feature addition as i am currently swamped with school :) but i'll keep you posted