Re: Creating new import spreadsheet service or modifying existing service

2022-06-21 Thread Ashish Vijaywargiya
Hello Sumesh, Please refer OFBIZ_HOME/applications/product/src/main/java/org/apache/ofbiz/product/spreadsheetimport/ImportProductServices.java file. Please read the code present inside service: productImportFromSpreadsheet Please refer my comments inline: -- Kind Regards, Ashish Vijaywargiya Vic

Creating new import spreadsheet service or modifying existing service

2022-06-21 Thread Sumesh R Acharya
Hello community, I seen there is a productimportfromspreadsheet service in ofbiz which is used for import product entries from excel sheets in to the database. If I want to do same for some other table so will i need to create a new service for that ?? If yes how to achieve that. Or i can modify