I
I
Ivan2017-11-09 09:10:47
Java
Ivan, 2017-11-09 09:10:47

On what to release the plan?

Good afternoon. Please tell me by what means to implement the following:
There are excel files with data, they need to be uploaded to a common database and then, on the basis of this, to receive samples in various forms.
There are restrictions on the computer, nothing can be installed. There are jvm and ms office. I have some experience with javaFx and the poi library. Which database can be used locally without installation and that can be transferred to another computer

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrey, 2017-11-09
@poslannikD

sqlite database, without installation, but the Internet or, at worst, access to usb is needed.
exel can be parsed through apache poi, but in order to pull up this dependency, you need either the Internet or usb (here is an example devcolibri.com/1716)
if everything is bad with the Internet and there is no usb, you can pull the data into a plain text file and parse it
another option www.sql.ru /articles/publications.shtml#14 look at point 14

E
Eugene Wolf, 2017-11-09
@Wolfnsex

Which database can be used locally without installation and that can be transferred to another computer
As the previous speaker has already voiced - SQLite and you can still use Firebird embedded .
Drivers for working with both Firebird and SQLite, I'm more than sure - there are also in Java, incl.

A
Alexander Taratin, 2017-11-09
@Taraflex

To make the program fully portable, we take
https://github.com/tfussell/xlnt
+
https://github.com/SqliteModernCpp/sqlite_modern_cpp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question