Skip to content

mellbye-Sesam/excel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sesam-datasource-excel

Sample Excel REST datasource for Sesam

Build Status

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

Packages

No packages published

Languages

  • Python 97.0%
  • Dockerfile 3.0%