cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Order creation from XL

Former Member
0 Likes
699

Hi , We have a requirement to create orders through XL. The Details that are required for order creation (product, MOQ, customer,address etc..) are populated in an XL fie, when uploaded an order needs to be created for a customer. Any inputs on this is highly appreciated .

Accepted Solutions (1)

Accepted Solutions (1)

arvind-kumar_avinash
Active Contributor
0 Likes

There is no out-of-the-box solution for this. I can think of a couple of options like:

  1. If the data has been put in separate CSV files as per their types:
  2. Use an MS Excel processing API e.g. Apache POI, to read the data from the spreadsheet and write into Hybris database. Alternatively, you can convert the Excel data into ImpEx and then you can import the ImpEx file.

Please note that products can be easily imported also using Excel. You can refer https://help.hybris.com/1808/hcd/aec3d83d840a422faf2e5904eb5e1ae2.html for more information.

arvind-kumar_avinash
Active Contributor
0 Likes

Hi - was it helpful to you in any way?

Former Member
0 Likes

Thanks a ton. Yes i think Impex script method would suit my requirement.

arvind-kumar_avinash
Active Contributor
0 Likes

You are most welcome.

Answers (0)