Pages

Tuesday, December 22, 2009

XML format for Excel Table

The XML file must start with this format

<?xml version="1.0" encoding="UTF-8"?>


For Each table, it has to be enclose by



<table_name> #TABLE DATA HERE # </table_name>


Each entry of the table is indicated by



<row_name> <col_name>##COL DATA###</col_name> ..... </row_name>

No comments:

Post a Comment