protobi / js-xlsx

XLSX / XLSM / XLSB (Excel 2007+ Spreadsheet) / ODS parser and writer
http://oss.sheetjs.com/js-xlsx
Other
826 stars 416 forks source link

Unable to install the component through bower #27

Open SoniyaLadhani opened 8 years ago

SoniyaLadhani commented 8 years ago

I am getting an error with 503 when i am trying to install the package using bower.

pietersv commented 8 years ago

@SoniyaLadhani Thanks for reporting. Do you see that at the command line when typing bower install js-xlsx-style#beta? I don't see that myself and it seems to run fine. Per SO it may be a transient error.
http://stackoverflow.com/questions/22951539/freak-bower-failure

If persists in meantime, perhaps try downloading and including the source file directly, https://raw.githubusercontent.com/protobi/js-xlsx/master/dist/xlsx.js or https://raw.githubusercontent.com/protobi/js-xlsx/master/dist/xlsx.min.js

SoniyaLadhani commented 8 years ago

Hi Pieter, thanks for replying.Yes i see the 503 error while running the bower install js-xslx-style#beta. I tried to copy paste the code of the xlsx.js file that you shared but i am unable to generate the desired output. Actually i am trying to generate the an excel file with different styles from client side, and more thing that i noticed in the file that you shared that there is no defaultStyle object present in the js-xlsx.js file. Can you please share a link that has an end to end implementation.