Error while creating validation dropdown in spreadsheet using ColdFusion

后端 未结 2 611
执笔经年
执笔经年 2021-01-25 09:33

I am just creating a validation dropdown in a spreadsheet, from a database query, using ColdFusion. But I am getting the following error

\"string literals

2条回答
  •  萌比男神i
    2021-01-25 10:00

    The error message is pretty clear. Some of the values you are trying to add to the validation list are longer than the maximum length allowed by Excel, 255 characters. Either shorten the values or maybe try this suggestion of using hidden ranges to work around the limitation.

提交回复
热议问题