I need to convert file of Excel to byte array in javascript? I found 1 convertion
and 2 convertion
However, my file is two times smaller after that (oryginal size: 26 624, byte array.length 13 312)
Maybe somehow this method normally works but there is no documentation ActiveXObject("Excel.Application");
Does anyone have the solution?