Website | English | δΈ­ζ–‡

6Data Management β€” Feeding Data to Labels

If you need to print many labels with different content (e.g. 1000 different product names), you don't need to manually type 1000 times β€” just prepare a data source and let the label read it automatically.

6.1 What Is a Data Source?

A data source is where your data comes from. It can be:

6.2 Importing from Excel/CSV (Most Common)

Suppose you have an Excel spreadsheet with two columns: Product Name and Price. You want labels to show this data.

Prepare your Excel file. The first row should be column headers (e.g. "Product Name", "Price"), data starts from row 2.
In the software, go to Data β†’ Import Excel/CSV.
In the dialog, click "Select File" and pick your Excel file.
Configure import parameters:
  • If Excel (.xlsx), select the worksheet (Sheet1, Sheet2...)
  • If CSV, choose the delimiter (usually comma, sometimes tab or semicolon)
  • Check "First row as column headers" (strongly recommended)
  • Set Data start row (usually row 2 since row 1 is headers)
Click "Preview" to see the data table β€” confirm it looks correct.
Click "OK" to import. Now you can bind label components to this data.
πŸ’‘ Tip: After importing, go to Data β†’ Data Source Panel to view the imported data, browse records, and refresh.

6.3 Connecting to a Database

If you're using an enterprise database (e.g. SQL Server on a corporate server):

Go to Data β†’ Database Connection.
Select the database type (e.g. MySQL, SQL Server).
Fill in connection details:
  • Server: IP or hostname of the database server
  • Port: Default 3306 (MySQL) or 1433 (SQL Server)
  • Database name: Which database to connect to
  • Username / Password: Login credentials
Click "Test Connection". If it says "Connection successful", the settings are correct.
Click "OK" to save. Then choose a table or write a SQL query to retrieve data.

6.4 QIF File Import

QIF is a data exchange format commonly used in financial software. If your bank or financial system exports QIF files, you can import them directly.

6.5 Variable Management

Variables are "built-in values" you can use directly in labels without external import:


Properties Panel Contents Data Binding