Skip to content
Snippets Groups Projects
ExcelController.ts 166 B
Newer Older
import express, {Request,Response,Application} from 'express';


const parseExcel = async (req:Request, res:Response) => {
    
}

module.exports = {
    parseExcel
}