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
Mayank
NA
474
24.3k
I am trying to introduce a table format in the excel file?
Dec 23 2018 5:15 AM
I am trying to create an excel file using open xml formats. When I try to insert a table in to sheet 1.It is showing me below error:
Can not open the file: specific part does not exist in the package.
I added this package in it
select new XElement(dn + "Override",
new XAttribute("PartName", "/xl/tables/table1.xml"),
new XAttribute("ContentType", "application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml")
)
Reply
Answers (
1
)
need help of generics
How to hold Rows in DatagridView