Is it possible to create a custom excel uploader functionality in frappe/erpnext?

Is it possible in some way to build custom upload functionality erpnext to upload custom
doctypes and further add custom functionality?

Check how code for data import tool is written !! modify it as per your needs

Hope this helps !!

1 Like

Could you kindly elaborate pls

The data import tool which is part of frappeframework can import excel files and do things with the data.

That is what you want to do.

So you can look at the source of the data import tool, learn from it how it’s done, and then adapt it to your wishes.

1 Like