W wang xin Jan 11, 2004 #1 I want to use my application open a exist excel file, fill any data and print it. Is it possible? And how? Thanks.
I want to use my application open a exist excel file, fill any data and print it. Is it possible? And how? Thanks.
W wang xin Jan 11, 2004 #3 WindowsCE.NET4.2, C# Alberto Silva - MVP said: What platform are you using? Alberto Silva Click to expand...
WindowsCE.NET4.2, C# Alberto Silva - MVP said: What platform are you using? Alberto Silva Click to expand...
C Chris Tacke, eMVP Jan 11, 2004 #4 There is no interface for Excel. The Viewer in 4.2 is just that - a viewer. It cannot be used to edit or add data. You can P/Invoke ShellExecute to launch it and display (and print if supported) a file. -Chris
There is no interface for Excel. The Viewer in 4.2 is just that - a viewer. It cannot be used to edit or add data. You can P/Invoke ShellExecute to launch it and display (and print if supported) a file. -Chris