Generate Data Matrix barcodes MS Excel spreadsheet, MS Access database and Crystal Reports

  • data matrix barcode software download
  • data matrix barcode font order

Keywords: Data Matrix Barcode, ISO/IEC 16022:2006, GS1 Datamatrix, Deutsche Post Datamatrix Code, MIL-STD-130N

Data-Matrix is a two-dimensional barcode symbology with large data capacity. Its size ranges between 10x10 and 52x52 modules. Each module is black or white.

Data-Matrix can encode ASCII and extended ASCII characters up to 1000. Therefore, Data-Matrix is a good solution for encoding large data in one barcode.

The unique finder pattern and module placement algorithm make data-matrix gorgeous.

Barcodesoft Data-Matrix printing solution used Reed Solomon algorithm to implement ECC 200 level of error checking and correcting.

Data-Matrix ECC200 has 30 pre-defined sizes, as shown below. Users may select one to suit application requirements. Otherwise, Data-Matrix-software will choose the smallest size automatically.

You can integrate our software with MS Access database, MS Excel spreadsheet, and Crystal Reports.

Barcodesoft Data-Matrix-software supports MIL-STD-130N standard and Deutsche-Post-Data-Matrix-Code standard.

Deutsche-Post-Data-Matrix-Code users needs to input NIL(ASCII 0), please use “& #0;” to represent ‘ASCII 0’. 

For GS1-Data-Matrix users, FNC1 character will be added for you automatically when necessary.

Users just need to put a parenthesis before and after each Application Identifier.

For example (01)2356977712251(212)454763970158305
contains Application Identifier (01) and (212).

The scanner will decode the first FNC1 as “]d2”. Other FNC1 will be decoded as GS (ASCII 29).

Demo Data-Matrix Encoder is fully functional even with the “demo” watermark.

Data Matrix ECC200 has 30 symbol size and shape configurations as shown below. User may select one to suit specific application requirement. Otherwise, the smallest possible configuration will be used by Data Matrix encoder.

Index Format Index Format
1 10 x 10 16 64 x 64
2 12 x 12 17 72 x 72
3 14 x 14 18 80 x 80
4 16 x 16 19 88 x 88
5 18 x 18 20 96 x 96
6 20 x 20 21 104 x 104
7 22 x 22 22 120 x 120
8 24 x 24 23 134 x 134
9 26 x 26 24 144 x 144
10 32 x 32 25 8 x 18
11 36 x 36 26 8 x 32
12 40 x 40 27 12 x 26
13 44 x 44 28 12 x 36
14 48 x 48 29 16 x 36
15 52 x 52 30 16 x 48

This is the pricing list of Barcodesoft data matrix barcode package
License Single User 5-User 10-User Site Corporate Developer 5-Developer 10-Developer Unlimited Developer
Price CAD299 CAD399 CAD599 CAD799 CAD999 CAD1199 CAD1399 CAD1999 CAD2999

Generate data matrix in Crystal Reports using Web Service

This solution is web-service based. No download needed.
No third-party software installation needed.
All you need is just Internet access.

1. Click "insert picture icon" to add a picture to your report. This picture will be a placeholder for your data matrix.
insert a data matrix picture in crystal reports


2. Right click image. Select Format Graphic… Select Picture tab. Click the conditional-formula button (looks like x+2).
Set the formula’s text to the name of the formula or parameter field with the image’s URL:
Save the formula and click the OK button.


insert a barcode web service URL in crystal reports


3. By manipulating parameters of Web Service URL, you can customize data matrix barcode in your report.

http://barcode.barcodesoft.com/barcode.ashx?s/datamatrix/text/24680ABC13579/w/200/quiet/10

URL above will generate a data matrix for text "24680ABC13579". Barcode width will be 200 pixels. Quiet zone will be 10 pixels.

http://barcode.barcodesoft.com/barcode.ashx?s/datamatrix/text/ABCD1234/w/200/quiet/0

URL above will generate a data matrix for text "ABCD1234". Barcode width will be 200 pixels. No Quiet zone.

4. Without a valid token, your barcode will have a demo watermark.
To get a token, please get a license for data matrix web service.


Generate Data Matrix Barcode in Crystal Reports

1. Right click command prompt and run command prompt as administrator.
QR Code command prompt as administrator



Type in the following commands to register cruflbcs.dll
cd "C:\Program Files (x86)\Common Files\Barcodesoft\FontUtil"
regsvr32.exe cruflbcs.dll

register cruflbcs.dll commands for QR code

To register 64-bit DLL, please type in the following commands
cd "C:\Program Files (x86)\Common Files\Barcodesoft\FontUtil"
%systemroot%\System32\regsvr32.exe cruflbcs_x64.dll



If you see the following Window pop up, your registration was successful.
register cruflbcs.dll succeeded



2. Open your crystal report. Right click Formula Fields, choose "New..." from the context menu. Type in "BcsDataMatrix1" in the Name textbox, then click "Use Editor".

data matrix create formula crystal reports

After Data Matrix encoding process, even a short string might have much more code words than you expect.
While Crystal Reports allows no more than 255 characters in a formula field.
Therefore we have to split Data Matrix code words into separate parts, and concatenate them in a Text Object before apply font BcsDataMatrix.
As for how many formula fields are needed, you can find out by using the following function:

BCSDatamatrixFormulaNoForCR({Test.Data})

data matrix crystal reports ufl

3. Create multiple formula fields as listed below if returned value of BCSDatamatrixFormulaNoForCR({Test.Data}) is larger than one. Then put them in sequence within the same Text Object.

BCSDataMatrixEncodeCR({Test.Data}, 1, 0, 0, 0)
BCSDataMatrixEncodeCR({Test.Data}, 2, 0, 0, 0)
BCSDataMatrixEncodeCR({Test.Data}, 3, 0, 0, 0)

data matrix crystal reports ufl

The first parameter in the formula field is string to encode.
The second parameter in the formula field is index.

The third parameter of the formula is Format. Its values range between 0 and 30. When set to zero, it means auto-selected format.

The fourth parameter is Encodation method. Its values range between 1 and 6 which stand for the following encodation separately: ASCII, C40, TEXT, X12, EDIFACT, BASE256.

The fifth parameter is GS1 indicator. It is a Boolean indicating whether this is a GS1-compliant barcode. Set it to zero when this is not GS1-datamatrix compliant.

4. Insert a text object in your report. Drag and drop all your formula fields into this text object in sequence. You will see some hex codes in your report. Don't worry! You have NOT applied BCSDatamatrix font typeface yet.

data matrix crystal reports UFL

5. Right click Text Object and choose "Format Object" from context menu. Then choose "BcsDatamatrix" as font.

data matrix font crystal reports

6. Click OK button. You will get data matrix barcode in your report.

data matrix crystal reports

Generate Data Matrix Barcode in MS Excel

1. Start Microsoft® Excel® first.

If you are using Excel 2000 or 2003, click menu ===> Tools ==> Macro ===> Security. Choose Low security level.
Data Matrix Macro Security

If you are using Excel 2007 / 2010 / 2013 / 2016 / 2019, click the Microsoft Office Button.
Office 2010 button Office 2016 button Office 2019 button
Then click Excel Options, choose Trust Center. In the Macro Settings category, under Macro Settings, choose "Enable all macros" as shown below.

Data Matrix Macro Setting

2. Press ALT + F11 to open Microsoft® Visual Basic editor.
Data Matrix VBA

3. From Visual Basic editor, choose menu Tools ===> References. It will popup a dialog. Click Browse button and choose cruflbcs.dll from your working folder.
Usually it's under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder.
Click the checkbox beside crUFLBcs 4.0 Type Library as shown below. Then click OK button.

Data Matrix add reference

4. Press Ctrl+M, it will popup a dialog, choose barcodesoft.bas under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder. Then click "Open".

If you don't find barcodesoft.bas, please download it from Data Matrix.
Data Matrix import vba

5. Close Visual Basic and go back to your spreadsheet. Now, you can use the following macro to encode data: datamatrix. When you have lots of data to process, you can just copy and paste the Data Matrix macro to the whole column / row of data. All your Data Matrix will be ready immediately.

=datamatrix(xxx)

Please use cell reference to replace xxx in the formulas as shown below.
Data Matrix Excel macro

6. Right click Cell B1, choose Format Cell from context menu as shown below.
Data Matrix Excel macro

7. Click Font tab and choose BcsDatamatrixS as font typeface as shown below.
Data Matrix typeface excel

8. Click Alignment tab and select "wrap text" as shown below.
Data Matrix alignment excel


9. Click OK and you should be able to see Data Matrix barcode in your Excel spreadsheet now. There might be a small gap between different lines of Data Matrix. However, this won't be an issue when you scan the printed Data Matrix because bcsDatamatrixS true type font is designed to reduce this gap to mininum.
Data Matrix excel


Generate Data Matrix Barcode in MS Access

1. Start Microsoft® Access® first.

If you are using Access 2000 or 2003, click menu ===> Tools ==> Macro ===> Security. Choose Low security level.
data matrix Access Macro Security

If you are using Access 2007 / 2010 / 2013 / 2016 / 2019, click the Microsoft Office Button.
Office 2010 button Office 2016 button Office 2019 button
Then click Access Options, choose Trust Center. In the Macro Settings category, under Macro Settings, choose "Enable all macros" as shown below.

data matrix Access Macro Setting

2. Press ALT + F11 to open Microsoft® Visual Basic editor.
data matrix Access VBA

3. From Visual Basic editor, choose menu Tools ===> References. It will popup a dialog. Click Browse button and choose cruflbcs.dll from your working folder.
Usually it's under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder.
Click the checkbox beside crUFLBcs 4.0 Type Library as shown below. Then click OK button.

data matrix add reference

4. Press Ctrl+M, it will popup a dialog, choose barcodesoft.bas under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder. Then click "Open".

If you don't find barcodesoft.bas, please download it from data matrix.
data matrix import vba

5. Close Visual Basic and go back to your Access database. Now, create a report in Design view and type in one of the following macros in the field where you want to show data matrix barcode before apply font typeface, such as BcsDatamatrix:
=datamatrix([data.code])

Please notice that 'data' is the Table name, 'code' is the Field name.

data matrix barcode excel macro

6. Right click the field you want to display data matrix barcode. Choose Properties from context menu. Apply one of the appropriate font typefaces to the field, such as BcsDatamatrix.

data matrix access font typeface

  • data matrix barcode software download
  • data matrix barcode font order