Excel使用&连接符批量

Luolin-cn / 2024-03-14 / 原文

image.png

示例输入:

="insert into ssta_line_limit(tenant_id, settle_config_id, document_type, enable_flag) value("&B2&", "&A2&", 'INVOICE', 0);"

实现效果:
image.png