DrShark
|
Posted: Tue Jan 26, 2010 17:16 Post subject: |
|
|
Ivan Petrovic wrote: | DrShark, your detect-string is awfully short... did you edit it yourself and why? anyway, to get the normal detect-string, just erase the entire "##_detect=" line and view any spreadsheet file. | Myself, because I have updated from older version, it had only "xls" in detect-string; Now I changed it to default:
Code: | ext="XLS" | ext="XLSX" | ext="XLSM" | ext="XLSB" | ext="ODS" | ext="SXC" | ext="XML" | ext="GNUMERIC" | ext="GNM" | ext="KSP" | ext="CSV" | ext="DIF" | ext="SLK" | ext="SYLK" | ext="XLT" | ext="XLTX" | ext="XLTM" | ext="XLW" | ext="OTS" |
_________________ "the light is coming to give back everything the darkness stole"
—©@AG4 |
|