In XML Serialization we have a direct method for XML Serialization. But for excel we don't have such direct methods, We can serialize the Excel data also.
Step 1 : Load the Excel data to DataSet and the using DataSet XML Writer Convert the Excel to XML Document.
Step 2 : After converting it the Excel data will convert to XML. Then you can serialize the data using the XML Data Serialization methods.
Step 1 : Load the Excel data to DataSet and the using DataSet XML Writer Convert the Excel to XML Document.
Step 2 : After converting it the Excel data will convert to XML. Then you can serialize the data using the XML Data Serialization methods.
No comments:
Post a Comment