|
@ -1,6 +1,6 @@ |
|
|
import { luckysheetfontformat } from '../utils/util'; |
|
|
import { luckysheetfontformat } from '../utils/util'; |
|
|
import menuButton from '../controllers/menuButton'; |
|
|
import menuButton from '../controllers/menuButton'; |
|
|
import { getcellvalue,checkstatusByCell } from './getdata'; |
|
|
import { checkstatusByCell } from './getdata'; |
|
|
import { colLocationByIndex } from './location'; |
|
|
import { colLocationByIndex } from './location'; |
|
|
import { hasChinaword, isRealNull,checkWordByteLength } from './validate'; |
|
|
import { hasChinaword, isRealNull,checkWordByteLength } from './validate'; |
|
|
import { isInlineStringCell } from '../controllers/inlineString'; |
|
|
import { isInlineStringCell } from '../controllers/inlineString'; |
|
@ -77,6 +77,10 @@ function rowlenByRange(d, r1, r2, cfg) { |
|
|
|
|
|
|
|
|
if(currentRowLen != Store.defaultrowlen){ |
|
|
if(currentRowLen != Store.defaultrowlen){ |
|
|
cfg_clone["rowlen"][r] = currentRowLen; |
|
|
cfg_clone["rowlen"][r] = currentRowLen; |
|
|
|
|
|
}else{ |
|
|
|
|
|
if(cfg["rowlen"][r]){ |
|
|
|
|
|
cfg_clone["rowlen"][r] = cfg["rowlen"][r] |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|