Loading from XML
There is an opportunity to load data from xml file or string
Column A
Column B
Reload from XML string
<rows> <row id="1"> <cell>0</cell> <cell>loaded from xml string</cell> </row> <row id="2"> <cell>1</cell> <cell>loaded from xml string</cell> </row> <row id="3" selected="1"> <cell>2</cell> <cell>loaded from xml string</cell> </row> <row id="4"> <cell>3</cell> <cell>loaded from xml string</cell> </row> <row id="5"> <cell>4</cell> <cell>loaded from xml string</cell> </row> <row id="6"> <cell>5</cell> <cell>loaded from xml string</cell> </row> <row id="7"> <cell>6</cell> <cell>loaded from xml string</cell> </row> <row id="8"> <cell>7</cell> <cell>loaded from xml string</cell> </row> <row id="9"> <cell>8</cell> <cell>loaded from xml string</cell> </row> <row id="10"> <cell>9</cell> <cell>loaded from xml string</cell> </row> <row id="11"> <cell>10</cell> <cell>loaded from xml string</cell> </row> </rows>