Skip to content

Code designed for TopBloc Code Test, reading in data from spreadsheets and posting it to a server.

Notifications You must be signed in to change notification settings

thengoster/TopBloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TopBloc

Code designed for TopBloc Code Test, reading in data from spreadsheets and posting it to a server.

Used libraries from apache to interact with XSSF workbooks as well as interacting with HTTP clients to post the extracted data. Libraries from JSON were used to convert our data into suitable JSON objects, and java.IO libraries in order to interact with our file system.

NOTE: When compiling, insert -Xlint:unchecked -> javac -Xlint:unchecked DataReaderAndPoster.java -> java DataReaderAndPoster

About

Code designed for TopBloc Code Test, reading in data from spreadsheets and posting it to a server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages