I am creating a small windows application, with crystal reports, my data is stored in Excel file, currently I have no problem in creating crystal report and getting output correctly but my requirement is to filter data using Where clause. Is it possible to add SQL query to such excel data...if not then what should I do..any suggestions?
Thanks in advance!
答案 0 :(得分:0)
我认为你可以使用Range.Autofilter方法。这就像SQL选择,您可以使用'LIKE'或'='运算符。