0
votes
4answers
40 views
free c# library for excel/csv import/export operations
Hello,
Do you know any free c# library for excel/csv import/export operations?
which should work without having Excel installed on machine and works with 2003/2007 formats.
0
votes
1answer
27 views
i want to merge cells with vba
hello
im new to this and i want to ask one question if anyone can help.
im working with excel 2003 and what i want is that i have one column which at cell A1 i have name and in cell A2 i have surname, …
1
vote
0answers
31 views
excel autonumber 1.a , 1.b, 1.c [closed]
in an excel sheet.
we generally give serial number as 1 , 2 , 3
if i want to give subparts to 1
i am thinking of giving 1.a, 1.b, 1.c
normally for the case of 1, 2, 3, - i would pull down using the …
0
votes
2answers
21 views
How to create an excel file with an autofilter in the first row with xlwt?
Hi, I am using Python 2.6 + xlwt module to generate excel files.
Is it possible to include an autofilter in the first row with xlwt or pyExcelerator?
Thanks
0
votes
1answer
22 views
Generate an Excel XML document in Asp.net MVC Web Site
I have an ASP.Net MVC site that generates a Microsoft Excel 2003 XML formatted spreadsheet. The spreadsheet looks good, the controller and views both work, but the file won't open in Excel. It opens …
0
votes
2answers
23 views
Error on inserting data in SQL Server db from Excel Sheet
I am inserting data from an Excel sheet to SQL Server 2005 db. I am getting this error randomly, sometimes after 20-30 records and sometimes after 1000s. I am unable to find the reason.
I am using …
1
vote
1answer
10 views
Excel picture tools format vba
In excel & word 2007 there is a picture tools tab that shows up in the ribbon when you insert a picture or clip art and there is the smart art. Is there a way to manipulate these objects and …
1
vote
2answers
42 views
Excel Add-in doesn’t get the hint
I have an excel add-in that keeps coming back when I start excel, even though I've removed it from the last open instance of excel (yes I checked the processes in task manager).
The critter even …
0
votes
2answers
21 views
Excel formula - auto sum for the same types
I need a quick an simple excel formula to get the sum of values for different types of objects as listed below:
Type1 10
Type1 10
Type1 10
Type2 10
Type2 10
Type2 10
Type2 10
Type3 10
…
0
votes
1answer
14 views
Excel formula - auto sum for the same types
I need a quick an simple excel formula to get the sum of values for different types of objects as listed below:
Type1 10
Type1 10
Type1 10
Type 2 10
Type 2 10
Type 2 10
Type 2 …
1
vote
2answers
54 views
how to check Excel Workbook or sheet is password protected or not?
using vsto, C# fx 3.5,
how to check Excel Workbook or sheet is password protected or not?
4
votes
8answers
4k views
Excel CSV - Number cell format
I produce a report as an CSV file.
When I try to open the file in Excel, it makes an assumption about the data type based on the contents of the cell, and reformats it accordingly.
For example, if …
1
vote
3answers
38 views
excelPackage and 98.000 thousand rows
I want to write an excel file (2007) with the codeplex excelpackage but it is taking a lot of time to write the excel file.
I didn't find any method that it could accept a datasource.
the piece of …
0
votes
2answers
21 views
In a spreadsheet, how do I delete entries from one column IF they appear in another?
Two columns: Column A contains a complete list of available journal titles; Column B contains the ones to which my library already subscribes.
Is it possible to delete entries from Column A if they …
1
vote
5answers
2k views
SSIS Excel Import Forcing Incorrect Column Type
I'm trying to import a spreadsheet to our database using SSIS. For some reason SSIS wants to believe two of the columns are of type Double, when they contain character data. I've tried remapping the …
