|
Hi, I am new to VBA and this area. I would like to capture the document proporties like (document title, subject, author, team, manager,company etc...) while create or saving the document. This properties capture is must and i would like to implement ...
Started by chinnagaja on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
Saving the document, you can create add-ins (one for each of Excel, Word and PowerPointIf you just want to be able to read (or modify) the properties, you can use the Office Document) that intercept the "before save" event and check....
|
|
Can I ensure that if I mistakenly close a Microsoft Excel document without saving the latest version, that I can recover some of the work I've done?
Edit I'm using Excel 2003.
Started by Andrew Grimm on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Excel the file manually since excel file was....
Excel doesn't have the AutoSave feature enabled "Save" where you can also disable the Auto Recover feature for that particular work book.
The temp file in the directory mentioned below.
|
|
I'm providing internal support and one of our users has managed to put a password on an excel file by accident, I've done the proper checks to make sure that the user should have access to the document and now want to know what the recommendation for ...
Started by Ben Confino on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Haven't....
AOPR isn't free, and the passwords can take a very long time .
Is something like this, the Excel Password Remover XLA add-in, what you are after?
EDIT: Thinking the document from scratch (and teaches them a valuable lesson ;-) ).
|
Ask your Facebook Friends
|
Has anyone used a Java based library for generating excel documents? Preferably support for 2003?
Started by predhme on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Excel will open it correctly will import correctly, but it would be better to use the Excel XML format from the Excel 2003 XML straightforward reads and writes of....
You can simply write html tags and label it as a .xls file .
It is.
|
|
Office 2007, Windows Server 2008 x64.
How can I make Excel so that when I double-click a document, it opens in a new Excel instance, so that I can easily view them side-by-side as separate windows and not using the View-Arrange All functionality? Now ...
Started by Eugene on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Multiple instances of Excel strikes me a expensive....
Use the Window/New Window pull down, and then arrange them anyway you like .
Click Advanced, and then click Excel Instance.
Click the Microsoft Office Button, and then click Excel Options.
|
|
MS Excel has the following acceptable mime types - application/vnd.ms-excel [official] application/msexcel application/x-msexcel application/x-ms-excel application/vnd.ms-excel application/x-excel application/x-dos_ms_excel application/xls application...
Started by Subramanian on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I believe the standard MIME type for excel ....
I'm not sure about your second question.
All of those MIME types you listed are just aliases of application/vnd.ms-excel, but there are also some other excel related ones which are not.
|
|
I am looking for the best documentation of Microsoft Excel's file format - 1997 - > 2003. I am not looking for ooxml. What is the best resource on the web?
Started by tom7 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.microsoft.com/interop/docs/OfficeBinaryFormats.mspx.
Here:
http://www.microsoft.com/interop/docs/OfficeBinaryFormats.mspx
Published by Microsoft.
|
|
I'm looking for a way to present excel documents on the web either by :
converting Excel documents to html, css and javascript or by, using silverlight control
I'm not looking for a way to program the conversion by my self. What I'm after is a control...
Started by Nikola Stjelja on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
With it you could load Excel document in any format and save it to output stream development platform that allows you to manipulate and generate Excel files with managed code, no install of Excel required....
XLSX, ODS, CSV, HTML).
|
|
How to create and download excel document using asp.net ?
The purpose is to use xml, linq or whatever to send an excel document to a customer via a browser.
Edit : Use case
The customer load a gridview ( made with ajax framework ) in a browser, the gridview...
Started by belaz on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Kindly refer to the following good post:
Reading and Writing Excel Spreadsheets Using ADO.NET C# Response.ContentType = "application/vnd.ms-excel" and your page will rendered as an excel sheet on the clients the Excel functionality....
|
|
I have links to various Excel documents on an intranet site. I want these documents to open in Excel and not within the browser but i cannot figure out how to accomplish this.
In IIS 5 i could do this by setting the href to point to a shortcut file (....
Started by Josh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
It in Excel if selected..
|