如何把单元格的数据作为sql的查询条件,前提是单元格的值是公式。
直接写公式到sql里面就好了,如:单元格里面是today()公式
select * from table where 日期='${today()}'