Free Barcode Generator For Excel
You can change this to any barcode type supported by ActiveBarcode: QR Code, GS1/EAN-128, Data Matrix, GTIN/EAN-13, Code 39, GS1-Data Matrix, Code 128, PDF417, DUN-14, EAN-8, EAN-14, EAN-18, ISBN, ITF-14, NVE, PZN8, SCC-14, SSCC-18. Open the Excel spreadsheet with the barcode data (e.g. A list with article numbers) or create your own list. Open the TBarCode Panel. Mark the cells with the barcode data. Select the barcode type (e.g.
Code 128 For Excel
Parameter | Description | Sample URL |
---|---|---|
s | s means Symbology. It is always the first parameter for this web service. Accepted value could be one of the following: Code39,Code39Ext, CODE128A, CODE128B, CODE128C, GS1128, UPCA, UPCE, EAN13, EAN8, Bookland,INTERLEAVED25, Code11,MSI, Code25,CODE93, Codabar,TELEPEN, Datamatrix, QRCODE, Aztec and PDF417. Default symbology is QRCode. | http://barcode.barcodesoft.com/barcode.ashx?s/code128b/text/BarcodeSoft |
text | string to encode. Just put parentheses before and after each Application Identifier (AI) as shown below. Web service will add FNC1 automatically when necessary. | http://barcode.barcodesoft.com/barcode.ashx?s/code128b/text/BarcodeSoft |
token | A 14-digit token for each user. If you leave it blank, or your token subscription has expired, your barcodes will have demo watermarks. | http://barcode.barcodesoft.com/barcode.ashx?s/code128b/text/BarcodeSoft/token/xxxx |
hr | show human readable text or not, accepted value could be either true or false. Default value is true. | http://barcode.barcodesoft.com/barcode.ashx?s/code128b/text/BarcodeSoft/token/xxxx/hr/false |
orientation | barcode image orientation. Accepted value could be one of the following: left, top, right and bottom. Default value is bottom. | http://barcode.barcodesoft.com/barcode.ashx?s/code128b/text/BarCodeSoft/token/xxxx/orientation/2 |
format | format means image format. Accepted value could be one of the following: TIFF, PNG, GIF, Jpeg, BMP. Default value is BMP. | http://barcode.barcodesoft.com/barcode.ashx?s/code128b/text/BarcodeSoft/format/gif |
r | format resolution. Accepted value could be one of the following: 96, 200, 300, 400, 500, 600. Default value is 96. | http://barcode.barcodesoft.com/barcode.ashx?s/code128b/text/BarcodeSoft/r/300 |
h | barcode image height. Leave it blank for automatic height. | http://barcode.barcodesoft.com/barcode.ashx?s/code128b/text/BarcodeSoft/h/300 |
w | barcode image width. Leave it blank for automatic width. | http://barcode.barcodesoft.com/barcode.ashx?s/code128b/text/BarcodeSoft/w/300 |