Shane Crenshaw
Shane Crenshaw
Ok, so I've tried sheet_to_txt and write{bookType:'txt'}) and both are rendering the same way. Now I will say, that when I filter and convert one line, it is rendering the...
[test.txt](https://github.com/SheetJS/sheetjs/files/8318534/test.txt) Here is the file. So weirdly I have an array of 10,000 lines. In trying to help get a smaller set of data I found that if I include...
Sadly it did not work and returned the same results :\. Now I have pulled out the file since I'm working in a cloud system called Netsuite, so all I'm...
Is there a way to read the content of json_to_sheet? That way I could determine if the file is being incorrectly manipulated there?
Continuing with the weird, in sheet_to_csv I added this `return out.slice(2, 265).join("")` and it works, but with slice(0 or 1, 265) it didn't work. Ok, I'll try that and see....
For whatever reason I cannot get it to load the xlsx.min.js nor xlsx.core.min.js to load using requirejs inside of Netsuite.
Ok, I have the xlsx.full.min.js working and I'm still getting the same issue. So I'm not sure if the code is converting it to a different character or if it...
I agree with angel1st. Will you be making it so that it is responsive and conforms to the classes you add? So if I add col-md-3, the size fits the...
Any chance on this ever being updated?
Hey @amxv yes, I was able to resolve it. Since I'm using gemini, I had to follow the AI SDK 3 example "next-ai-rsc". But essentially it should be the same...