Search results for query: *

  1. D

    excel spreadsheet - how can i create this type of xml in VB?

    <?xml version="1.0" encoding="UTF-8"?> <?mso-application progid="Excel.Sheet"?> <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:x="urn:schemas-microsoft-com:office:excel"...
  2. D

    How to Create a Excel Spreadsheet document

    I want to create a .xls file from code (VB) using some information from a database.
Back
Top