2024-10-04 11:58:15 +02:00
+++
images = ['images/project/wmtrento-jspreadsheet.jpg']
2025-09-15 08:46:36 +02:00
tags = ['Software development', 'Web application']
categories= ['Projects']
2024-10-04 11:58:15 +02:00
services = ['web-application-development', 'e-commerce']
title = 'Web spreadsheet application with sync capabilities'
date = '2023-05-07'
lastmod = '2023-05-07'
+++
Client : Web Marketing Trento (Trento - IT)
Design and development of data synchronization procedures between different applications and databases
with a spreadsheet interface with : PHP, MariaDB, Joomla, Virtuemart, CodeIgniter, VueJS.
I designed and developed a web application based on CodeIgniter framework and integrating [JSpreadsheet ](https://jspreadsheet.com/ )
which allows interaction with the Virtuemart ecommerce database to be able to edit product data in spreadsheet mode.
2025-11-07 17:55:29 +01:00
<!-- more -->
2024-10-04 11:58:15 +02:00
The frontend integrates [VueJS ](https://vuejs.org ) for a more efficient user interface, and all the calls to the backend are ajax and return the data in JSON format.