Hi i wanted to ask if it is possible to just take the header of an excel column instead of all column value in Vue.js. I need to do this because to reduce loading in my website i was asked to read excel data from backend but i need to validate in vue if the header are correct without reading all the excel data.
1