ASP 导出Excel 超过25列时自动换行,怎么解决
发布网友
发布时间:2022-05-01 14:33
我来回答
共1个回答
热心网友
时间:2023-10-18 23:52
建议使用for循环,这样你就可以
if i mod 25 =o then
换行语句
end if
如果用 do while 你就要定义一个变量,没执行一次就+1,然后判断其值等于25.
热心网友
时间:2023-10-18 23:52
建议使用for循环,这样你就可以
if i mod 25 =o then
换行语句
end if
如果用 do while 你就要定义一个变量,没执行一次就+1,然后判断其值等于25.