Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~2K People Reached
Favorite Tags

2 Posted Topics

Member Avatar for prishe

Hope the code is in some function. Because the VS pointed to adding "public" directive of this function. I want to let you know that the MS Automation works very slow, and required excel installed on the server. As an alternative you can use some free 3rd party's component. For …

Member Avatar for jackbaker
0
509
Member Avatar for pankeel

At first, read a document as a byte array. Use [B]Response[/B] to show the document: Here is the example of excel shown, for other document formats change ContentType. [CODE] <%# // XLS // Save Excel Workbook (XLS) to MemoryStream byte[] bytes = wbook.WriteXLS().ToArray(); // Show Excel (XLS) in Browser window …

Member Avatar for jackbaker
0
208

The End.