active questions tagged excel - Stack Overflowmost recent 30 from stackoverflow.com2009-12-09T01:36:21Zhttp://stackoverflow.com/feeds/tag/excelhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1870855/analysing-excel-vba-macro-code0Analysing Excel VBA/Macro codeMrTelly2009-12-09T00:28:46Z2009-12-09T00:28:46Z
<p>Is there a tool which will analyse/parse an entire Excel workbook and let us see all the macros, functions, VBA code?</p>
<p>I've been given a large number of Excel spreadsheets to analyse, we need to know what they do and how they do it, with a view to creating documentation, and/or re-writing. In many instances the original developers are gone and the users don't know the detail.</p>
http://stackoverflow.com/questions/1870795/excel-highlight-active-row0Excel - Highlight active rowbaron2009-12-09T00:11:27Z2009-12-09T00:24:55Z
<p>Hi everyone,</p>
<p>Wondering if there is some preference I can set in excel so that when I am in a specific cell the entire row is slightly highlighted (not overly so but enough to easily tell it out)</p>
<p>Similar to the fashion that Notepad++ works in tab delimeted files, and highlights the entire row.</p>
<p>Thanks in advance</p>
http://stackoverflow.com/questions/1870383/python-to-generate-output-ready-for-excel0Python to generate output ready for Excelhousehold2009-12-08T22:36:28Z2009-12-08T22:43:42Z
<p>I have a Python script gathering info from some remote network devices. The output can be maybe 20 to 1000 lines of text. This then goes into excel on my local PC for now.</p>
<p>Now access to this Linux device is convoluted, a citrix session to a remote windows server then ssh to the Linux device half way around the world. There is no ftp, scp, or anything like that, so I can't generate the excel on the Linux device and transfer it locally. The ONLY way to get the info is to copy/paste from the ssh window into the local machine and post-process it</p>
<p>My question is what would be the best (from a user point of view as others will be using it) format to generate? 1.as it is now (spaces & tabs), 2.reformat as csv or as 3.convert to xml </p>
http://stackoverflow.com/questions/1869739/excel-vba-horizontal-alignment-problems-when-using-numberformat-codes0excel VBA horizontal alignment problems when using NumberFormat codesSamuel2009-12-08T20:50:23Z2009-12-08T20:55:34Z
<p>Working on a personal project, When entering a fraction into Excel, I have found that if you don't have an equals sign in front of it then Excel may treat it as a date.</p>
<p>I have found that if the cell's format is in fractions then Excel uses it just fine.</p>
<p>So knowing this, I went into Excel's VBA and added this to my code: </p>
<pre><code>ActiveCell.NumberFormat = "# ?/?"
</code></pre>
<p>a little later on I run this: </p>
<pre><code>With ActiveCell
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlBottom
End With`
</code></pre>
<p>however, now when I look at the Excel sheet the numbers are shoved up against the left side, even though the buttons say they are centered. I'm not sure what is going wrong here. </p>
<p>I don't have these problems if I do it manual, only when I have Excel do it.</p>
http://stackoverflow.com/questions/1863410/excel-file-with-multiple-sheets-from-ssrs-reports0Excel file with multiple sheets from SSRS ReportsPaul2009-12-07T22:38:14Z2009-12-08T20:02:30Z
<p>Hi,</p>
<p>Let's say i have 3 byte arrays, each representin a .xls file. How can i combine them into a single xls file with 3 sheets. The SSRS reports are very rich and include charts sp oledb is not an option.</p>
<p>Performance is not important so i could save them to disk if needed, as a last resort i could even use an excel macro (if i knew how to do that). I tried to use microsodt.office.interop.excel but i could only manage to add a new sheet to a file, i couldn't add an existing sheet.</p>
<p>Any help would be appreciated.</p>
http://stackoverflow.com/questions/1865014/f-another-vba-in-office-1F#, another VBA in Office? [closed]Yin Zhu2009-12-08T06:33:41Z2009-12-08T18:50:23Z
<p>Hi.</p>
<p>Excel is a great spreadsheet software, a even greater front UI for Business Intelligence in many companies. Often VBA is used to write the extensions, or to call other DLLs. </p>
<p>As Excel itself is functional, F# will company Excel very well to write data analysis procedures. </p>
<p>I am thinking whether F# or a variant of F# will become next VBA in office. Any news or rumors?</p>
<p>EDIT:
I don't mean to replace VBA in office. I mean F# could be an alternative in Office to write scripts. </p>
http://stackoverflow.com/questions/1866702/excel-2003-8316-8221-screen-corruption0Excel 2003 (8316.8221) screen corruptionmikemay2009-12-08T12:40:55Z2009-12-08T17:13:38Z
<p>Hi</p>
<p>Excel 2003 (11.8316.8221) SP3 on Windows XP - KB973475</p>
<p>When the my Excel VBA application starts it activates the first sheet in the workbook but shows portions of the second and third sheet "bleeding" into the first sheet. This is easily worked around by say minimising and maximising the workbook or causing it to repaint in some other way. After the repaint the first sheet shows correctly in full.</p>
<p>a) Has an update to Excel been issued which fixes this problem?
b) Can you think of a good workaround (given the details below)?</p>
<p>The workbook is a VBA application which has worked well for a number of years. It has broken as described above since an update to Excel in mid-October. The broken build is 11.8316.8221 SP3.</p>
<p>In the workbook open event a number of sheets are unprotected and then protected (for drawing objects and scenarios). If this functionality is commented out then the problem goes away. This behaviour looks shoddy and is difficult to explain to the application's customers.</p>
<p>Thanks for your help.</p>
<p>I see elsewhere that this relates to KB973475 patch. It is not yet clear whether MSoft are going to fix. The only suggested solution is to uninstall the patch.</p>
http://stackoverflow.com/questions/1865009/how-to-generate-application-forms-documents-programmatically1How to generate application forms/documents programmatically?Sujoy2009-12-08T06:32:48Z2009-12-08T17:04:27Z
<p>At the moment, we use MS WORD and MS EXCEL to mail merge documents that needs to be sent to multiple recepients.</p>
<p>For example, say there is a complaint form where the complainant needs to fill in his/her name, address, etc. So we have a .doc file set up with the content and the dynamic entities set up for mail merging, with the name and address details put in an excel file, from where we can happily mail merge to generate all or just the necessary forms/documents.</p>
<p>However, I would like to automate this process, like a form in a website where the complainant can fill in his/her name, address and other details, and we could use that to generate the complaint form automatically and offer it to be downloaded (preferrably as a pdf).</p>
<p>Now, the only solution that comes to mind, is Latex, so that I can just replace the needed entities and just compile to PDF. However, that bit has to be negotiated with the webhost, if they are offering Latex or not.</p>
<p>Is there any other solution? Any other way we could get this done, with something that shouldn't be a problem for most webhosting solutions to offer?</p>
<p>EDIT: I would prefer a non .NET or rather non microsoft solution since, the servers are running linux and while mono might be capable of getting the job done, none of our devs know any .NET languages. However, if required we might have to dwelve into it.</p>
http://stackoverflow.com/questions/1010673/refresh-pivot-table-with-apache-poi1Refresh Pivot Table with Apache POIB Jammin2009-06-18T03:43:10Z2009-12-08T15:50:52Z
<p>I'm currently working on a Java application that uses a template excel file that contains a pivot table. </p>
<p>The template file also has a data sheet that seeds the pivot table. This data sheet is dynamically loaded in the java application through the Apache POI api. </p>
<p>When I open the excel file I must refresh the Pivot table manually to get the data loaded correctly. </p>
<p>Is there any way to refresh the Pivot table with the POI api so I don't have to manually do it?</p>
http://stackoverflow.com/questions/957154/problem-with-getting-excel-cell-background-colors-in-c1Problem with getting Excel cell background colors in C#Sam2009-06-05T17:39:53Z2009-12-08T15:27:22Z
<p>I am trying to get background color of some cells in an Excel sheet in C#.
I am using follwoing code for it:</p>
<pre><code>Excel.Range r = (Excel.Range)m_objRange[i, j];
int decValue = int.Parse(r.Interior.Color.ToString());
string hexValue = decValue.ToString("X");
</code></pre>
<p>So i get the long decimal value and then i convert into hex to use it into an html code.
Now i have a problem in getting the right colors. For example:</p>
<p>Case 1.</p>
<p>Actual Color-Red</p>
<p>Returned Decimal value-255</p>
<p>Corresponing Hex value- FF (or 0000FF)</p>
<p>Corresponing color i got- Blue</p>
<p>Case 2.</p>
<p>Actual Color-Blue</p>
<p>Returned Decimal value-16711680</p>
<p>Corresponing Hex value- FF0000</p>
<p>Corresponing color i got- Red</p>
<p>Case 3.</p>
<p>Actual Color-Green</p>
<p>Returned Decimal value-32768</p>
<p>Corresponing Hex value- 8000</p>
<p>Corresponing color i got- White</p>
<p>Now in case 1, i guess i should interpret hex value of FF as #FF0000 to get it as red?
In case 3, i should interpret hex value of 8000 as #008000 to get is a green?</p>
<p>Is there a way where i can directly get six digit hex value which would be exactly the color that i want?
I am getting wrong decimal values or I am not converting decimal into hex properly?</p>
<p>And what is happening in Case 2? Here i am getting six digit hex value but it is completely wrong. FF0000 is clearly red and not blue.</p>
http://stackoverflow.com/questions/1861886/excel-vba-and-internetexplorer-causing-errors-on-website0Excel VBA and InternetExplorer causing errors on websiteSWD2009-12-07T18:19:00Z2009-12-08T13:36:49Z
<p>I have some "clever" users who have written an excel spreadsheet that automates some of their tasks on our intranet/timesheet. It seems as if the instance of Internet Explorer that is created is not doing everything I expect a browser to do, e.g. set cookies. Is there a way to detect if a user is hitting a web site with a VBA com object instance of Internet Explorer? I can't keep users from building creative solutions but I want to be able to handle them.
thanks</p>
http://stackoverflow.com/questions/1851076/import-excel-to-sql-db-table0import excel to sql db tabledroyce2009-12-05T03:43:29Z2009-12-08T12:59:58Z
<p>I am trying to write data from an excel spread sheet to a SQL Database. I have been able to connect to the Excel Spreadsheet and read the data but I am unable to get the data to insert into the SQL DB table. </p>
<p>the current code is as follows</p>
<p>any help most appreciated.</p>
<pre><code> Dim plmExcelCon As System.Data.OleDb.OleDbConnection
Dim ldExcelDS As System.Data.DataSet
Dim cmdLoadExcel As System.Data.OleDb.OleDbDataAdapter
Dim PrmPathExcelFile As String
PrmPathExcelFile = txtImportFileLocation.Text.ToString
plmExcelCon = New System.Data.OleDb.OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + PrmPathExcelFile + ";Extended Properties=Excel 12.0;")
cmdLoadExcel = New System.Data.OleDb.OleDbDataAdapter("select * from [" + txtImportSheetName.Text + "$]", plmExcelCon)
ldExcelDS = New System.Data.DataSet
cmdLoadExcel.Fill(ldExcelDS)
dgvImportData.DataSource = ldExcelDS.Tables(0)
plmExcelCon.Close()
cmdINSERT.Parameters("@[SQL COLUMN NAME]").Value = [Not sure how to set value from datagrid view]
</code></pre>
<p>cnLD.Open()
cmdINSERT.ExecuteNonQuery()
cnLD.Close()</p>
http://stackoverflow.com/questions/1861846/error-while-generating-a-pdf-file-with-excel-using-c-in-asp-net1Error while generating a PDF file with Excel using C# in ASP.NETl2mt2009-12-07T18:12:38Z2009-12-08T12:54:46Z
<p>Hi</p>
<p>I have to generate an excel file and a PDF file from an asp.net application. I'm using the Interop assemblies and I can generate the excel file without any problem. But when I'm generating an pdf file with the add-in SaveAsPDFandXPS.exe I'm getting the next error:</p>
<blockquote>
<p>Exception HRESULT: 0x800A03EC</p>
</blockquote>
<p>with a debug I see the error is in the next method which is used to export de PDF file:</p>
<pre><code>_objWB.ExportAsFixedFormat(Excel.XlFixedFormatType.xlTypePDF, _nombreArchivo,
Excel.XlFixedFormatQuality.xlQualityStandard, false, false, Type.Missing,
Type.Missing, false, Type.Missing);
</code></pre>
<p>Please... If anyone can help me with this error I would appreciate it a lot.</p>
http://stackoverflow.com/questions/170652/whats-the-best-net-library-for-parsing-and-generating-excel-spreadsheets7What's the best .NET library for parsing and generating Excel spreadsheets?Ricardo Cabral2008-10-04T17:07:13Z2009-12-08T12:15:12Z
<p>Open-source or not. What's your experience using it? How's the learning curve?</p>
http://stackoverflow.com/questions/1865894/how-do-i-loop-through-an-excel-spreadsheet-with-vba-paste-a-value-to-a-website-f0How Do I Loop Through An Excel Spreadsheet With VBA, Paste A Value To A Website Form Then Extract The Result Back?Ian Roke2009-12-08T09:51:37Z2009-12-08T11:49:43Z
<p>I am trying to loop through a list of names in an Excel spreadsheet using VBA and I would like to paste a surname into a text box on a webpage and then extract the returned phone number into a cell after the page has been submitted.</p>
<p>I can only do this one name at a time so I would like to automate this process as there are several hundreds of them. I can do the Excel looping but I don't know how to interact with the webpage.</p>
<p>Can anybody help, or point me in the right direction please?</p>
<p>Regards, Ian.</p>
http://stackoverflow.com/questions/1866024/how-to-determine-which-dll-an-excel-udf-is-coming-from1How to determine which DLL an Excel UDF is coming from ?BlueTrin2009-12-08T10:18:43Z2009-12-08T10:42:44Z
<p>Hello,</p>
<p>is there any way to determine from an Excel session, which DLL an UDF is coming from ?</p>
<p>I have a bunch of DLLs loaded by default, I wanted to determine for every UDF where it was defined.</p>
<p>If the UDF was not defined in a DLL but via VBA, is there a way to determine in which XLA or XLS it was defined ?</p>
<p>Thanks very much for taking some time to read this.</p>
<p>Anthony</p>
http://stackoverflow.com/questions/1801290/live-execution-of-formula0live execution of formula Prasad2009-11-26T02:47:45Z2009-12-08T10:32:30Z
<p>can we execute a formula without moving cursor from the cell? After giving data in to Input cell either we press enter or we move from that cell and then any formula related to that gets executed. Is there any way that while entering input itself we can see the result in output in excel?Please help me in finding this option.</p>
http://stackoverflow.com/questions/1852653/how-do-i-return-the-location-of-the-marching-ants-in-excel1How do I return the location of the marching ants in Excel?Kuyenda2009-12-05T16:34:44Z2009-12-08T06:40:06Z
<p>I know about Application.CutCopyMode, but that only returns the state of the CutCopyMode (False, xlCopy, or xlCut).</p>
<p>How do I return the address of the currently <em>copied</em> range in Excel using VBA? I don't need the currently <em>selected</em> range (which is Application.Selection.Address). I need the address of the range of cells with the moving border (marching ants) around it.</p>
<p>In other words, if you select a range of cells, hit CTRL+C, and then move the selection to another cell, I need the address of the cells that were selected when the user hit CTRL+C.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1864554/how-to-import-a-csv-or-excel-to-pgadmin-iii0how to import a csv or excel to pgAdmin III?Milena2009-12-08T04:20:20Z2009-12-08T04:20:20Z
<p>Hi people,
How can you import to a table in PgAdmin III from an excel or CSV?
Command copy works only when the file is in the server! :S</p>
http://stackoverflow.com/questions/1858090/any-way-to-determine-when-excel-background-printing-has-finished0Any way to determine when Excel background printing has finished?Scott Leis2009-12-07T05:58:41Z2009-12-08T00:43:42Z
<p>I'm using COM in LotusScript (Lotus Notes) to make Excel print several sheets in one workbook to PDFCreator, then make PDFCreator combine then into one PDF.
The problem is that calling Excel's PrintOut method immediately followed by PDFCreator's cCombineAll method results in one or more sheets being omitted from the PDF. It seems like Excel's PrintOut method returns before printing is complete.</p>
<p>Putting a Sleep in my code works, but may not be reliable as the printing time varies, so...
<br>Is there any Excel property or method I can call to determine whether printing has finished?
<br>Alternately, is there a way make the PrintOut method block until printing is finished?
<br>I haven't been able to find an answer in Excel's VBA Help.</p>
http://stackoverflow.com/questions/1458460/activedocument-mailmerge-with-dde-leaves-excel-open0ActiveDocument.MailMerge with DDE leaves excel openTom2009-09-22T06:40:30Z2009-12-07T19:03:39Z
<p>How to close excel opened by Word mail merge macro?</p>
<pre><code>With ActiveDocument.MailMerge
.MainDocumentType = wdCatalog
Connection:="Entire spreadsheet", SubType:=8, ReadOnly:=True
.Destination = wdSendToNewDocument
.Execute
End With 'Activedocument
DDETerminateAll
</code></pre>
http://stackoverflow.com/questions/1861065/how-to-allow-ink-in-a-protected-worksheet1How to allow ink in a protected worksheet?Mike LaSpina2009-12-07T16:22:15Z2009-12-07T17:20:43Z
<p>I have an Excel 2003 worksheet with protection enabled being used for data entry on tablet pcs. I'd like to allow users to fill in the contents of the worksheet using ink (and then converting to text), but the ink writing and drawing toolbar is disabled when the worksheet is protected. Is it possible to protect the worksheet and allow ink?</p>
http://stackoverflow.com/questions/1003410/excel-document-recovery0Excel document recoveryecounysis2009-06-16T19:09:37Z2009-12-07T16:11:08Z
<p>Does anyone know how this process works? It appears that when Excel closes non-gracefully (due to a power outage or system problem) the AutoRecover version of the file is available, but if someone accidentally closes the Excel application, it is not.</p>
<p>I am trying to help a coworker recover an hour of work she lost by accidentally closing Excel, and the knowledge of how this process works within Excel would be useful.</p>
<p>My guess is that Excel deletes the AutoRecover file(s) when it is closed gracefully, but not if it stops unexpectedly. Can anyone confirm this?</p>
<p>She is using Excel 2003.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1859599/phpexcel-formatting-gets-lost-when-editing-from-code2PHPExcel - Formatting gets lost when editing from codeKB222009-12-07T12:04:58Z2009-12-07T15:27:29Z
<p>Hi all,</p>
<p>I'm playing around with an PHP - MS Excel integration these days. My task
is to open an existing spreadsheet, add some data and save the filled
spreadsheet as a new file. Basically sort of a template filling engine,
eventhough xlsx files are used as templates.</p>
<p>I looked into <a href="http://www.codeplex.com/PHPExcel" rel="nofollow">PHPExcel</a> which seems to be fairly nice framework. In order
to implement a proof of concept I did the following (reduced to the minimum
required to illustrate what I need to do):</p>
<pre><code>$objReader = PHPExcel_IOFactory::createReader('Excel2007');
$objReader->setReadDataOnly(true);
$objPHPExcel = $objReader->load("myTemplateToFill.xlsx");
//Here comes the actual filling
$objWorksheet = $objPHPExcel->createSheet();
$objWorksheet->setTitle('Apple') ;
$objWorksheet->setCellValue('A1', 'Banana');
$objPHPExcel->setActiveSheetIndex(0);
$objWriter = new PHPExcel_Writer_Excel2007($objPHPExcel);
$objWriter->save('myFilledTemplate.xlsx');
</code></pre>
<p>Running this I found that a new file is created, my daat is inserted but sadly with
all of the existing formatting is lost.</p>
<p>So the question is, is there a way to make PHPExcel keep those formattigs in the new
file? Or to go even further: is it possible to keep charts etc. in a template file
and fill those the way I tried?</p>
<p>Thanks in advance for all of your experience shared!</p>
<p>K</p>
http://stackoverflow.com/questions/1835727/how-can-i-import-an-excel-spreadsheet-on-a-64-bit-os-using-asp-net1How can I import an Excel spreadsheet on a 64 bit OS using ASP.NET?Corey Burnett2009-12-02T20:52:33Z2009-12-07T15:21:10Z
<p>I wrote an ASP.NET page that imported data from an Excel spreadsheet without any problems. Then I moved it to the server and found out that it didn't work on a 64 bit OS. After some Googling I found that MS does not have nor will it ever have a Jet DB driver for 64 bit OS. Does anyone have any suggestions for a way to easily import data using an ASP.NET page on a 64 bit OS? The client just wants some simple way to bulk import data. Ideally it would be an Excel spreadsheet or a CSV file. Ideally it wouldn't be super complicated. They want the non-technical business users to be able to fill out a spreadsheet (or something similar) and then go to a web page and upload it to the server. If there is no way to do this with a spreadsheet on a 64 bit OS, does anyone have any suggestions?</p>
<p>Thanks,
Corey</p>
http://stackoverflow.com/questions/1837882/-net-creating-excel-files0. NET Creating Excel FilesMahesh2009-12-03T05:40:51Z2009-12-07T15:08:02Z
<p>Hi,</p>
<p>In my application, I need to generate excel files on the fly. I have an option of using Excel library. But it is mandatory to have excel installed on the machine.</p>
<p>Is there any other .NET API to generate excel files at runtime which doesn't require excel.</p>
<p>Thanks,
Mahesh</p>
http://stackoverflow.com/questions/1847444/asp-net-cannot-create-activex-component0ASP.NET Cannot create ActiveX componentwinsql2009-12-04T14:54:13Z2009-12-07T15:03:03Z
<p>I have a ASP.NET application that allows users to export their staff's absences each month to Microsoft Excel. The application is currently generating the following exception</p>
<p>Exception: Cannot create ActiveX component.</p>
<p>with the following stack trace</p>
<p>System.Exception: Cannot create ActiveX component.
at Microsoft.VisualBasic.Interaction.CreateObject(String ProgId, String ServerName)
at HR.ManagerSummary.ExportToExcel() in H:\Development\pagec\Visual Studio 2005\Projects\HR\ysnet2\Time\ManagerSummary.aspx.vb:line 935
at HR.ManagerSummary.btnExcel_Click(Object sender, EventArgs e) in H:\Development\pagec\Visual Studio 2005\Projects\HR\ysnet2\Time\ManagerSummary.aspx.vb:line 891
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)</p>
<p>The code fails at the CreateObject line.</p>
<pre><code> 'Create the Excel object
Dim objXL As Object = CreateObject("Excel.Application") ' New Microsoft.Office.Interop.Excel.Application
Dim objWB As Object = objXL.Workbooks.Add
Dim objWS As Object = objWB.Worksheets(1)
</code></pre>
<p>I've set permission in DCOM Config for Microsoft Excel Application for the IUSR_ account but that has not resolved the issue. Any ideas would greatly be appreciated.</p>
<p>Cheers</p>
<p>James</p>
http://stackoverflow.com/questions/1848939/excel-com-interop-asp-net-cannot-write-file-to-disk-permissions0Excel Com Interop ASP.Net Cannot write file to disk. Permissions?Gareth2009-12-04T18:52:00Z2009-12-07T15:00:08Z
<p>I've got a pretty simple web form which lets users pick reports, one specific report they want in xls with pretty formatting instead of CSV. I've whipped up the report using COM INTEROP with excel 2007. It works on my local machine and can write the file, but on the web server it fails with this error:</p>
<p>Microsoft Office Excel cannot open or save any more documents because there is not enough available memory or disk space. </p>
<p>• To make more memory available, close workbooks or programs you no longer need. </p>
<p>• To free disk space, delete files you no longer need from the disk you are saving to. </p>
<p>There is plenty of disk space on the server, so I don't think it's that - could this be a permissions issue? I've escalated ASPNET and NETWORK SERVICE accounts to have write and modify access to the folder we're saving reports to - but still no joy. Any ideas?</p>
<p>Do I need to invoke the com object with a specific user account, or maybe elevate the interop calls to administrator account? Any idea how to do this?</p>
http://stackoverflow.com/questions/1859641/load-word-excel-into-wpf0Load Word Excel into WPFintangible022009-12-07T12:13:55Z2009-12-07T14:52:06Z
<p>I would like to load a Word or Excel document into a window of a WPF application so that users can view or edit the document within the application. Is there any way to achieve that?</p>
http://stackoverflow.com/questions/1858195/convert-xls-to-csv-on-command-line0Convert XLS to CSV on command lineJoel2009-12-07T06:24:21Z2009-12-07T14:22:27Z
<p>How could I convert an XLS file to a CSV file on the windows command line.</p>
<p>The machine has Microsoft Office 2000 installed. I'm open to installing OpenOffice if it's not possible using Microsoft Office.</p>