Skip to content

ocymum/excel2tabular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A set of simple utilities for parsing metadata from tabular data files.

To build: after cloning, do cd excel2tabular and then mvn clean install.

To run the standalone web service, cd excel2tabular-webapp and mvn jetty:run. This will run the application at http://localhost:8080. There is only one way to use it: send a GET (with browser or command-line tool) to:

http://localhost:8080/?url={URL-of-my-Excel-file}

That URL can be a file:///path/to/my/file.csv URL for convenience.

About

Utilities for creating tabular data files from Excel spreadsheets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages