I have an Excel file which has a big header at first and then two tables below. I tried to read it and get the details using js-xlsx
but can't separate the data. I need to separately get some data from the header like the van number and dates. Then I need to get the data from the two tables below. Different files have different amounts of products in their tables. Here is a sample.
Please help me to get these data out.