python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SheetJs converting string with date automatically to date angular
I am importing a CSV file in my angular application using sheetjs, Data is imported successfully. but it is converting string with a date to only date ignoring the string.
Code in ts file
readExcel(...
user202
Votes: 0
Answers: 0
Error: Corrupted zip : can't find end of central directory "When trying to read a slice of .xlsx file."- XLSX
I am trying to read the .xlsx file using FileReader and XLSX module. So If I am trying to read the whole .xlsx file then it's working fine. But I just want to read only the top 5 to 10 lines of .xlsx ...

Aakash Giri
Votes: 0
Answers: 0
How to set the content of first row as headers?
How to set the content of first row as headers ?
<template>
<v-container>
<div @drop="_drop" @dragenter="_suppress" @dragover="_suppress">
&...
DevonDahon
Votes: 0
Answers: 0
Start writing data to excel in some position SheetJS
I don't know how to properly pose my question but I have code that takes HTML table data and puts it to excel but it starts it at position A1 and let's say I want to start at C3.
And being here can I ...
stud1234
Votes: 0
Answers: 1