Hi!

I created the following application: 
http://i483.photobucket.com/albums/rr191/rafael_berkowitz/img.png
Now i need to export the ADG to EXCEL.
Already able to export, but the labels of the groups do not appear
(because I do not know how to get them! =]).
Ex: exporting the report of the image above I have the following
code:
<table>
  <thead>
      <th>Data / Faixa horĂ¡ria</th>
      <th>VM B/C</th>
      <th>VM C/B</th>
      <th>B/C</th>
      <th>C/B</th>
  </thead>
  <tbody>
    <tr>
      <td></td>
      <td></td>
      <td></td>
      <td>19.34</td>
      <td>24.35</td>
    </tr>
    <tr>
      <td>04:00</td>
      <td>42.92</td>
      <td>36.61</td>
      <td></td>
      <td></td>
    </tr>
    <tr>
      <td>04:30</td>
      <td>26.06</td>
      <td>34.12</td>
      <td></td>
      <td></td>
    </tr>
.....
  </tbody>
</table>

Somebody help me please?
Thank's!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to