Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexroseb/library
https://github.com/alexroseb/library
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexroseb/library
- Owner: alexroseb
- Created: 2015-03-03T15:07:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T15:18:09.000Z (almost 10 years ago)
- Last Synced: 2024-10-29T04:22:32.569Z (2 months ago)
- Language: Java
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library
This is a program that displays a library. It reads in an Excel file to intialize a GUI of blocks that represent books. Each book carries information such as its title, author, and position on the shelf. There are methods to check out and return books, and they can be sorted and searched by title and author.It implements Apache POI, a Java API for Microsoft documents. The code for the API can be found at poi.apache.org.