Skip to content

Okbps/excelprice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

excelprice

upload file as binary:
POST /upload?file&ext=xlsx

insert #href as hyperlinks in row #top column #codeCol
insert #imgHref as images in row #top column #imgCol:
POST /upload?description
{
"fileName":"/upload/7042777731750008522.xlsx",
"codeCol":5,
"imgCol":4,
"hrefs":
[
{"href":"http://infromation-page-1", "imgHref":"https://image-1.png", "top":22},
{"href":"http://infromation-page-2", "imgHref":"https://image-2.png", "top":23}
]
}

get list of uploaded files:
GET /upload?list

download uploaded file:
GET /upload?file&name=/upload/391369502987938486.xlsx

delete uploaded files:
DELETE /upload?list [ "/upload/7042777731750008522.xlsx", "/upload/391369502987938486.xlsx" ]

About

Http Service to handle MS Excel images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages