Ismaila Seye
Hi i have one question about Apex: i have 04 procedures to read excel file and do some traetements but in this file i have 04 sheets and when i execute button submission procedure is called and only one sheet is treated i want to know if it possible when procedure is called to do traetements for all sheets not for only one.
so before calling these procedures you can import your excel file into apex collection, so you can read all sheets, and then you can call your procedures