Skip to content

axelborge/excel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sesam-datasource-excel

Sample Excel REST datasource for Sesam

The service tekes the following parameters:

file = Full URL for the file supporting HTTP get and NTLM security

sheet = What sheet in the workbook to use, starting from 1 (Default = 1)

start = What row and column in the sheet to start fetching data, comma separated. Firt row/column = 1 (Default = 1,1)

direction = What direction the data is stored; row, og col. (Default = row)

ids = The rows or columns containg id values, comma separated. (Default = 1)

names = The rows or columns containg property names, comma separated. (Default = 1)

About

Excel REST datasource for Sesam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%