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)
trouble with utf-8 with julia and jupyterlab
I'm reading the csv file at https://github.com/VinitaSilaparasetty/julia-beginners/blob/master/data/nba/nba19-20.csv
I get a DataFrame and I save it as XLSX. When I try to read it in jupyterlab I get ...
Enzo
Votes: 0
Answers: 1
Keeping leading 0s when at using read.csv()
I am trying to create a tool that reads multiple CSVs from a folder and converts them into xlsx. My problem is that in some variables there are leading zeros that I want to keep. But the variable name...

Adrian Mnc
Votes: 0
Answers: 2
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
Extracting data from Excel XML files using perl XML::Twig handlers when tags (nodes) contain prefix
I use XML::Twig handlers/roots to extract information from large XML files where it costs too much to load the entire file into memory. These XML files are the internal sheet files of Excel .xlsx file...

Chazg76
Votes: 0
Answers: 1