- How to Export Data in a List Control to Excel or Ascii Format
/documentation/pages/HowTo/List Control/Export List Data to Excel.xml
Data in a List Control can be exported to an Excel or Ascii file using Action Javascript. When exporting data from a List control to Excel or Ascii, all of the records the List query is based on can be exported or only the records shown in the List should be exported to Excel or Ascii.
- How to Export Records in a Grid Component to Excel or Ascii
/documentation/pages/HowTo/Grid/Export Grid to Excel or Ascii.xml
Records in a Grid Component can be exported to Excel or Ascii using built-in features of the Grid Component or Action Javascript.
- Export to Excel or Ascii or Custom Format
/documentation/pages/Ref/Action Javascript/Export to Excel or Ascii or Custom Format.xml
Export data to Excel or Ascii or Custom Format. The Custom format option allows you to define an Xbasic function that creates the file.
- Export to Excel/Ascii
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Properties/Record Navigator and Grid Toolbar/exporttoexcelascii.xml
Specify if the Grid toolbar has a button to export data in the Grid to Excel.
- How to Export a Report to Excel, Word, Ascii, or Custom Format
/documentation/pages/HowTo/Reports/Export Report to Excel.xml
Reports can be exported to an Excel file format using the "Advanced Export to Excel, Word, HTML, or Ascii using a Report Definition" Action Javascript action. The Advanced Export to Excel action can generate an Excel file from a Layout Table Report. In addition to Excel, Advanced Export also supports exporting a Report to Word, HTML, Ascii or a Custom format defined using an Xbasic function.
- Import Data into a List Control from Excel or Ascii file
/documentation/pages/Ref/Action Javascript/Import Data into a List Control from Excel or Ascii file.xml
Import data from an Excel or ASCII file into a List Control based on a SQL Database.
- How to Import Data from an Excel or Ascii File into a Grid Component
/documentation/pages/HowTo/Grid/Import Excel or Ascii to Grid.xml
Data in an Excel file or comma delimited Ascii file can be imported into a Grid Component based on a table in a database.
- Advanced Export to Excel, Word, HTML, or Ascii using a Report Definition
/documentation/pages/Ref/Action Javascript/Advanced Export to Excel, Word, HTML, or Ascii using a Report Definition.xml
Export data to Excel, Word, HTML or Ascii using a Report Definition
- How to Export Selected Records to Excel in a Grid Component with a Checkbox Selector
/documentation/pages/HowTo/Grid/Export Checked Records to Excel.xml
Individual rows in a Grid Component can be exported to an Excel file using the Checkbox Selector Column to filter the Grid Component before performing the export.
- Quick Export to Excel
/documentation/pages/Desktop/Reference/Design/View/Form/Quick Export to Excel.xml
You can easily export your data to Microsoft Excel or Microsoft Word.