ngx-excel-export icon indicating copy to clipboard operation
ngx-excel-export copied to clipboard

Angular6 application with export data to excel file functionality.

Results 12 ngx-excel-export issues
Sort by recently updated
recently updated
newest added

We have tried ServerSideRendering for our web application, so we acheived it using ( https://github.com/axeldelafosse/expo-next-monorepo-example ) custom mono-repo-application which will support both node and next js. While running my build...

Hi, I'm using angular 6 and I can export json data with XLSX using ngx-excel-export. When I try to style the exported excel document through xlsx-style, I get building errors:...

Hi, i tried to export by using this blog. I am able to download a file using XLSX.write() but i need to add background color to cell. So, i used...

Hi Luwojtaszek, I have a query, I'm trying to give width to my column with the following code, but it does not work for me. Thanks for the reply. const...

I have edited the person model that is in the example to be like this : export class Person { id: number; name: { firstname: string, surname: string }; age:...

I am able to download file and view it but i want to add some title,date and some more data with all table data in the File. So How can...

HI In IOS safari, when we export it, it opens blank page with message "safari can not download file". URL looks like blob:https:// Can we have solution for this?

Hi, I was figuring out if we can add graphs/charts or images in Excel using ngx-excel-export. How can we add graph/charts or images to excel using ngx-excel-export? Is there an...

The problem error in ./node_module/xlsx-style/dist/cpexcel.js is import * as FileSaver from 'file-saver' dependencies a "xlsx": "^0.12.10", "xlsx-style": "^0.8.13" i dev angular 5 frontend run ng serve unsuccessfull