|
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 have a pretty straightforward excel document in which I need to use the data in an iPhone app. The xls document has 6 columns, 200 plus rows.
I would like to create a plist from the xls document and other than manual copy/paste, is there a means to ...
Started by John on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
Possible Duplicate:
Compare between Excel worksheets
The title actually explains it all.
I would like to be able to compare two Excel Sheets in one Excel document.
Comparing two different files can be accomplished by going to the "View Tab" and clicking...
Started by Shaharyar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
I'm not sure what sort of comparison you.
To a new excel file and do the comparison against that.
|
Ask your Facebook Friends
|
What is the state generating Excel documents from a PHP application on a Linux server?
I am interesting in creating Office 97 (xls) Excel files. My limited research on the subject has turned up this Pear package . It appears to be in beta status since...
Started by Devon on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Do you actually need excel files with....
Everything is in beta status nowadays.
Of the PHP script that produces the table(s):
header("Content-Type: application/vnd.ms-excel"); header produce a CSV file, as Excel can open those nicely.
|
|
I have a Word document with two embedded Excel files (added using Insert -> Object -> Create From File) which I wish to modify using Word VBA. I have got to the point where I am able to open the embedded files for editing (see code below), but am...
Started by Anindya on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You'll probably end up with multiple instances of Excel to the Excel object library (Project....
LNumShapes As Long Dim lShapeCnt As Long Dim xlApp As Object Dim wrdActDoc As Document Set, don't do what you're suggesting in your comment.
|
|
I currently have a website (ASP.NET 3.5, IIS 7.0) that allows users to upload excel files for processing, should i be concerned with viruses and malicious code being executed when the document is opened.
We are currently using the .net office interop ...
Started by Rohan West on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I would say if the first pass picks up.
To have a certain level of trust (or give up on Excel files)...
|
|
What datatype is the best to store html content and documents like pdf's, excel files, and word documents. I am currently using ntext, but I am not sure if this is the best datatype to store html content.
Also, I currently use FCKEditor to save html content...
Started by Xaisoft on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Store binaries (pdf, word, excel) as binary blobs I would store the HTML in NVARCHAR(MAX.
|
|
I am trying to print an excel spreadsheet, which is rather large. I want it to be only one page wide, and as many pages tall as is necessary. I want the font to be as large as possible, as long as it is only one page wide.
So, in the print dialog, I told...
Started by pkaeding on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Now print the document..
In that page select the correct page size and click ok .
|
|
How can I cripple an excel document after a certain date? I want it to become unusable after, say, 12/31/2009.
I was thinking about putting one of those Must Enable Macros things in there that hides all the sheets on close and leaves one tab that says...
Started by Dan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Dan, I am not sure of the purpose you are trying ... .
Lets you control which users are permitted to read, edit, print etc the content of a document details check out Controlling workbook access in Excel with Information Rights Management .
|
|
Hello there,
we're currently generating all our official documents using XSL-FO transformation using .xml files as input and generating .pdfs & basically all the content within these .xml's is either plain text or xhtml. This works perfectly fine for ...
Started by Jörg Battermann on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Personally, I wouldn't even try to store the Excel file inside the PDF, I would link to it from the....
Its not a direct through XSL-FO processing though.
You could convert the Excel file to a PDF and then merge the resulting documents.
|