Skip to main content

Import Excel to Table

Convert Excel spreadsheet data into HTML table code that you can paste directly into Flare topics.

To import a table

  1. Prepare your data in Excel.
  2. Click Import Excel to table in the Excel to Table group.
  3. Select the Excel file.
  4. Choose the worksheet and range to import.
  5. Click Execute.
  6. The HTML <table> code is copied to your clipboard.
  7. Paste the code into your Flare topic.

Features

  • Converts Excel data to clean HTML table markup
  • Preserves basic formatting
  • Creates proper table structure with <th>, <tr>, and <td> tags
  • Ready to paste into Flare's Text Editor

Use Cases

  • Import data tables from spreadsheets
  • Convert specification sheets to tables
  • Migrate tabular data from Excel
  • Create tables from calculations or data exports

Tips

  • Format your Excel data before importing
  • Use the first row as column headers
  • Remove any unnecessary formatting in Excel first
  • After pasting, you can apply Flare table styles as needed