Author: John D7279
[crayon-6aa1cbbd45760650139555/]
It is a code for excel to JSON.
[crayon-6aa1cbbd45768025401032/]
Now you get the Excel data.
[crayon-6aa1cbbd4576a574926143/]
It inserts this acquired JSON data further into the DB table with FireDAC.
I made the above table.This is MySQL.
Insert from TJSONObject into MySQL table.
It is a code.
[crayon-6aa1cbbd4576c574476442/]
[crayon-6aa1cbbd4576d048399886/]
https://gist.github.com/mojeld/66acc0959e9f7a09c1ee4dfddb57b413
Call this method.
[crayon-6aa1cbbd4576f672588236/]
Insertion to the database succeeded.
[I also write in Japanese]
http://qiita.com/mojeld/items/50ccdea274a17f9d9bbd
[If you use C++Builder, please use the following URL]
https://community.embarcadero.com/blogs/entry/use-the-excel-application-in-c-builder-bcc64

