In the excel document(*.xls), how to parsing and get specific values by javascript?
- Firstly, getting a specific number(per quantities in the product that red color) from a sentence in the "Name" or "Name2" field.
- Calculate "Price" and value from "1" in the same row.
- Finally, how to insert the calculation result from "2" to a new column in the same row?
Yellow and blue column is made to explain
Yellow column is expected calculation logic.
Blue column is the expected value.