<object id="excel" name="excel" classid="CLSID:0002E510-0000-0000-C000-000000000046">
</object>
...
...
function load() {
excel.DisplayToolbar = true;
excel.range('a1').value = 'Jan-2004';
}
我客户端机器装的是Office2007, OWC版本Microsoft Office Web Components 11.0
WHY? How to solve?