TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gaurav Kumar
NA
51
10.1k
formatting in excel header back color and image Logo
Jun 29 2020 9:17 PM
generateExcel(pageTemplate, image, fileName) {
const ws: xlsx.WorkSheet =
xlsx.utils.table_to_sheet(pageTemplate.nativeElement);
const wb: xlsx.WorkBook = xlsx.utils.book_new();
xlsx.utils.book_append_sheet(wb, ws, 'Sheet1');
xlsx.writeFile(wb, fileName + '.xlsx');
}
Reply
Answers (
1
)
How to run angular Application without node.js?
localStorage data disappears after the page is refreshed