A Node.js Fastify API service with Inversify dependency injection that reads Excel files and updates a SQL Server database with PTO (Paid Time Off) records. ├── src/ │ ├── config/ # Configuration ...
A concurrency-safe RESTful API server for Excel file operations. Designed for multi-user scenarios, allowing multiple workflows or users to safely access the same Excel files simultaneously. Supports ...