Pages

Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts

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>