0
votes
0answers
4 views
Excel VBA and InternetExplorer causing errors on website
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 …
1
vote
1answer
17 views
Error while generating a PDF file with Excel using C# in ASP.NET
Hi
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 …
1
vote
1answer
8 views
How to allow ink in a protected worksheet?
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 …
0
votes
2answers
15 views
Load Word Excel into WPF
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?
2
votes
1answer
19 views
PHPExcel - Formatting gets lost when editing from code
Hi all,
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 …
1
vote
1answer
27 views
.Net Regex to parse Excel header / footer strings
I am trying to create a .Net Regex that will separate an Excel header data string into its component parts. The following example shows the format of the raw data string I need to parse:
…
0
votes
2answers
10 views
Apache POI - error in reading excel file
I am using poi-3.5-beta5 to read excel file.
I am trying to open excel file through
XSSFWorkbook workBook = new XSSFWorkbook (xlsPath);
i am getting following error (although i am not using log4j)
…
0
votes
5answers
46 views
Convert XLS to CSV on command line
How could I convert an XLS file to a CSV file on the windows command line.
The machine has Microsoft Office 2000 installed. I'm open to installing OpenOffice if it's not possible using Microsoft …
0
votes
0answers
8 views
Any way to determine when Excel background printing has finished?
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 …
-1
votes
2answers
18 views
hyperlinks in phpmyadmin
Hello guys,
I have an excel spreadsheet, with one of the columns in form of hyperlinks which when clicked opens a particular web page which is not stored on my computer. How do I import these …
0
votes
2answers
30 views
Excel Formula Null Value
I am using Excel to create some formuals to calculate a total dollar ammount (profit).
At the moment there will be multiple rows that will calculate profit based on the amount of profit from the …
0
votes
1answer
20 views
VBA Columns Automatically Merge?
I am writing a program in VBA that first compiles a Range from a series of cells and then later loops through the range to collect the data in the cells.
The problem is that I need the range to …
0
votes
2answers
26 views
A couple of questions about Word macros
I need to grab a list of names from Excel and insert them into a Word document, printing one document per name. The document has some text and a bookmark called "name". The code is below.
First, I …
1
vote
2answers
43 views
How do I return the location of the marching ants in Excel?
I know about Application.CutCopyMode, but that only returns the state of the CutCopyMode (False, xlCopy, or xlCut).
How do I return the address of the currently copied range in Excel using VBA? I …
0
votes
3answers
64 views
what is next cell column in Excel - combinations/permutations
I need to know column name of a spread sheet with a given starting colum upto n number of columns
let say starting column is "AB", I want to know the column (label) after 99 columns.
For those who …
