How to access CSV without use import functionality

How to access CSV without use import functionality.
I just want to get CSV from any other path and don’t want to upload, but want to directly access from the coding without any interaction, so it mean it will taken file directly as par given path and save data in to dataset.
please help me on this.
Thank you in advance.

If you want to use datasets created from .csv then import .csv is our best bet.

Alternatively you can save your excel file as html or use google docs to store your data and in Xibo use embed html module with simple iframe that will have fully qualified path to the file (html) or google docs publicly shared url in the ‘src’.