Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » [SOLVED] OfficeAutomation: how to not open Excel file
[SOLVED] OfficeAutomation: how to not open Excel file [message #46126] Sat, 12 March 2016 17:44 Go to next message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

I am trying this package because I need to write an Excel file. It seems very good.
When I run the demo an Excel file is opened. I do not want to open the file, but just write it.
How to produce the same output but without to display any file during the calculations?

I used sheet.OpenSheet(test, false) but without success.

Thanks,
Luigi

[Updated on: Sun, 13 March 2016 12:03]

Report message to a moderator

Re: OfficeAutomation: how to not open Excel file [message #46127 is a reply to message #46126] Sun, 13 March 2016 12:02 Go to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
forlano wrote on Sat, 12 March 2016 17:44
Hello,

I am trying this package because I need to write an Excel file. It seems very good.
When I run the demo an Excel file is opened. I do not want to open the file, but just write it.
How to produce the same output but without to display any file during the calculations?

I used sheet.OpenSheet(test, false) but without success.

Thanks,
Luigi

Solved!

It was necessary to set even AddSheet to false

sheet.AddSheet(false);
Previous Topic: SerialPort & SerialPortListener class
Next Topic: AutoScroller question
Goto Forum:
  


Current Time: Tue Apr 16 22:32:41 CEST 2024

Total time taken to generate the page: 0.01664 seconds