zet-lib 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/zRoute.js +1 -1
  2. package/package.json +1 -1
package/lib/zRoute.js CHANGED
@@ -1317,7 +1317,7 @@ zRoute.excel = async (req, res, MYMODEL, fields, rows, callback, fileName) => {
1317
1317
  worksheet.getCell(sequence[i] + '2').alignment = center
1318
1318
  }
1319
1319
  worksheet.mergeCells('A3:' + sequence[fields.length - 1] + '3')
1320
- worksheet.getCell('A3').value = 'DATA'
1320
+ worksheet.getCell('A3').value = ''
1321
1321
  worksheet.getCell('A3').font = bold
1322
1322
  worksheet.getCell('A3').alignment = center
1323
1323
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"