ng-csv icon indicating copy to clipboard operation
ng-csv copied to clipboard

Excel cells modification from ng-csv is there ?

Open SJ-SivaSubrahmaniam opened this issue 9 years ago • 3 comments

Is there any options available to format the excel ? for ex : want to change the color of cells, styles of the text (Size,font etc)

SJ-SivaSubrahmaniam avatar Nov 27 '15 05:11 SJ-SivaSubrahmaniam

CSV is simple text. Unlike excel it doesn't support changing text color, styles, etc.

potatopeelings avatar Dec 02 '15 05:12 potatopeelings

Any Solution? and how to change the format of excel?

HariBabuThubati avatar Dec 28 '15 20:12 HariBabuThubati

I can modify it from node js. This is the only solution I got Node js - xlsx builder https://www.npmjs.com/package/msexcel-builder

SJ-SivaSubrahmaniam avatar Dec 29 '15 04:12 SJ-SivaSubrahmaniam