@lambo-design/shared 1.0.0-beta.317 → 1.0.0-beta.318

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/package.json +1 -1
  2. package/utils/excel.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/shared",
3
- "version": "1.0.0-beta.317",
3
+ "version": "1.0.0-beta.318",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
package/utils/excel.js CHANGED
@@ -495,7 +495,7 @@ function add_style({ws, title, startRow, footerRow}) {
495
495
 
496
496
  if (footerRow === 1) {
497
497
  // 底部扩展最后一行正则表达式 该行样式需要无边框
498
- footerExtReg = new RegExp("^[A-Z]" + rowSum + "$", "im");
498
+ footerExtReg = new RegExp("^[A-Z]+" + rowSum + "$", "im");
499
499
  }
500
500
 
501
501
  Object.keys(ws).forEach(item => {