Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

57
votes
20answers
55k views

Import and Export Excel - What is the best library?

In one of our ASP.NET applications in C#, we take a certain data collection (SubSonic collection) and export it to Excel. We also want to import Excel files in a specific format. I'm looking for a ...
6
votes
4answers
2k views

OpenRowSet command in TSQL is returning NULLS

Been investigating for a while now and keep hitting a brick wall. I am importing from xls files into temp tables via the OpenRowset command. Now I have a problem where I’m trying to import a certain ...
4
votes
1answer
1k views

Help with a OleDB connection string for excel files

The problem i'm having is that the data adapter is looking at only the first row in each column to determine the data type. In my case the first column "SKU" is numbers for the first 500 rows then I ...
4
votes
1answer
3k views

How to export data from Excel spreadsheet to Sql Server 2008 table

I want to import data from an Excel file - assume Excel 2003 / .xls - to Sql Server 2008. Have tried adding a linked server to the JET OLE DB Access driver, and of course it fails on the 64-bit ...
4
votes
2answers
523 views

Importing from Excel - non-numeric values are ignored

I have code that imports from Excel sheets of a specified format. In one of the columns, most data is numeric, but non-numeric values are also present. The non-numeric values are ignored by import ...
4
votes
5answers
6k views

Loading data from Excel file into Octave

I have an Excel file with a large set of data. The built-in graphs available in Excel are not enough to analyze these data, so I am thinking about using some tool like octave or R. I was thinking ...
3
votes
1answer
178 views

How does one change the default varchar 255 of a column when importing data from Excel to Sql Server using Import Export Wizard?

I am trying to import data from excel to Sql Server using Import wizard. Everything seems fine in the first steps. The wizard is able to read the excel file and properly identify columns. But in the ...
3
votes
5answers
1k views

Import Excel file to SQL Server row-by-row

I'm importing an Excel file (about 1000 records only) to a dedicated SQL Server database. As I need to work on the incoming data from Excel (add a GUID per row, some data conversions) I want to do it ...
3
votes
2answers
712 views

I need a workaround for Excel Guessing Data Types problem

I'm creating a utility to import data from Excel to Oracle database, I have a fixed template for the excel file, Now, when I'm trying to import the data by Jet provider and ADO.Net - Ole connection ...
3
votes
1answer
420 views

C# 3.5 Reading Excel files

I have a strange behavior when i try to read an XML worksheet using this code : string CONNEC_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Extended Properties=\"Excel ...
3
votes
3answers
527 views

Save Excel sheet into SQL

Excel has a Get External Data ribbon bar in the Data tab where we can choose to import tables from SQL databases. This process worked out nicely for me. But my question is, is there any way to save ...
2
votes
1answer
75 views

Text was truncated or one or more characters had no match in the target code page When importing from Excel file

I have an excel file with four text columns: one of them is called ShortDescription which has the longest value. I created a table in SQL Server 2008 database, with four columns and the ...
2
votes
1answer
289 views

How to differentiate bewtween MacRoman and Windows-1251 encodings in PHP?

I'm pulling my hairs for a few days now. I've googled and stackoverflowed a lot without success. I'm importing some data from a csv file. This CSV file is generated in Excel either on Windows or Mac, ...
2
votes
2answers
405 views

Import Excel file into Access table Run-time Error '-2147352565 (8002000b)'

Scenario: A user has asked me to provide them a button where they can select a .xls and it will import the data into the corresponding columns in a table. Question: I will provide the code below, ...
2
votes
4answers
579 views

Generate table schema inspecting Excel(CSV) and import data

How would I go around creating a MYSQL table schema inspecting an Excel(or CSV) file. Are there any ready Python libraries for the task? Column headers would be sanitized to column names. Datatype ...
2
votes
1answer
1k views

How to load Excel or CSV file into Firebird?

I'm using Firebird database and I need to load Excel file into a database table. I need a tool that does this well. I tried some I found on Google, but all of them have some bugs. Since Excel data ...
2
votes
3answers
335 views

What's a robust method in R for importing from and exporting data to Excel?

I've used RODBC for some time to import Excel spreadsheets with mostly good results. However I have had no luck writing to an Excel spreadsheet. Also are there favorable differences using the xlsx ...
2
votes
9answers
1k views

Suggestions for reading data from excel in .net c#

I need to read in data from excel files in my c# winforms app. Any recommendations on good components for this? I've used syncfusion some years ago and that seemed to do the trick. There'll be a ...
1
vote
1answer
108 views

Use Excel import with entity framework while inseting records

i am using nopcommerce 1.9 and in creating discount i have the following code discount = new Discount() { DiscountTypeId = (int)discountType, ...
1
vote
1answer
72 views

Can I bulk import tasks in tfs with having the parent as column?

I've got a list of Tasks in Excel. Now I want to import them in TFS but they all have a requirement as parent. So when I use the Tree I could import them one after another by using cut and paste under ...
1
vote
1answer
168 views

How to do Import-Export to Excel functionality in ASP.NET?

In my asp.net web application there is a requirement where i have to import and export data to and from an excel. how can i do it?
1
vote
3answers
226 views

Problem with connection string and ISAM

I have the following problem. Have little application which read some data from excel file. Here is my connection string: @"Provider=Microsoft.ACE.OLEDB.12.0;"+ @"Data ...
1
vote
2answers
732 views

Importing from Excel - Header is not on row 1

Is there some simple way I am missing to import an Excel worksheet into a datatable using an OleDBConnection and change what row the header is located on? I have HDR=YES in my connection string and ...
1
vote
3answers
188 views

How can I read data from Excel file reliably?

I'm looking for a way to read (write would be nice too - although not critical) an Excel file. I mean the 97-2003 format since MS provides OO XML toolkit for the 2007 format and I heard the toolkit is ...
1
vote
1answer
391 views

sql server importing excel data with merge cells

i have a set of excel data containing merge cells that needs to be imported into sql server. However, the results of import show null for cells that are merged. i have tried using IMEX function, ...
1
vote
3answers
142 views

importing data into ALREADY CREATED mySQL database

PROBLEM: importing data into ALREADY CREATED mySQL database I've done a lot of search online and know that I can import a CSV file into phpmyadmin in order for the table to be automatically created ...
1
vote
1answer
195 views

Importing Excel into Access, error row number reported by Access does not match with row number in Excel

I have done this many times and have never seen this. I have an Excel file that I am importing into Access. In this process, if Access encounters some errors, it stores these error incidences in a ...
1
vote
4answers
795 views

Reading large excel file with PHP

I'm trying to read a 17MB excel file (2003) with PHPExcel1.7.3c, but it crushes already while loading the file, after exceeding the 120 seconds limit I have. Is there another library that can do it ...
1
vote
1answer
2k views

Import tool Excel CSV

I need an import tools for a web app. I've been looking around and found some, just not sure about their stability. I'm using the Zend Framework for part of the project and was hoping I could find ...
1
vote
2answers
390 views

SQL Server: importing from Excel, only want the new entries

The task is to have SQL Server read an Excel spreadsheet, and import only the new entries into a table. The entity is called Provider. Consider an Excel spreadsheet like this: Its target table is ...
1
vote
1answer
128 views

Importing excel spreadsheet in sql server 2000

I have a question regarding importing( Via the import/export wizard) an excel spreadsheet into sql server 2000. Everything seems to run fine, no errors etc, but when I select the data from my table, ...
1
vote
3answers
661 views

sql command for reading a particular sheet, column

This is probably a very stupid question for SQL stalwarts, but I just want one SQL command. Details, I am using a data analysis tool called R, this tool uses ODBC to read data from XLS. I am now ...
0
votes
0answers
32 views

Getting extra Excel sheet names while importing spreadsheet

I am importing an Excel sheet in C#. The excel sheet has two sheets Sheet1 & Sheet2. Sheet1 is completely blank & Sheet2 contains the data to import. I am using an OleDB connection in C# to ...
0
votes
1answer
27 views

Error while importing excel to datatable in C# windows forms

I have an excel sheet and each column in the excel sheet has different datatypes. One column in the excel sheet has values like **Column name** 6% 10% 15% <blankvalue> <blankvalue> ...
0
votes
3answers
62 views

Comma getting removed in dataset after importing data from excel to Dataset

i am using Vs 2008. We have one functionality where we import excel file,Now excel file can contain numeric data with comma,.However when look at Dataset for same numeric column Commas are getting ...
0
votes
1answer
139 views

how to write a macro in access 2010 to import data of excel sheet to access 2010 table?

I want to write the Code which imports data from an excel table to a access table on a button click presents in a form.Because I am new in MS Access programming so pls explain answer briefly. Edit:- ...
0
votes
3answers
81 views

Excel import automation

I've come to a complete standstill: I need to import data from Excel to a Microsoft SQL Server 2008 database. Certain columns, starting at specific rows, contains data information that I need to ...
0
votes
1answer
44 views

Use excel or an other editor to write data before importing (with foreign keys)

I am making a website in rails with a lot of data. This data was writen by my client on an Excel file. But i have a problem, how to manage foreign keys? For example, I have many hotels on one sheet. ...
0
votes
1answer
267 views

Import users into Active Directory from CSV/Excel

How can i import a set of users into an Active Directory organizational unit (the only one my user has access to). I want to be able to import the users and passwords from a CSV or Excel file as well ...
0
votes
2answers
53 views

Is there a way to check for Duplicates when Importing Excel Sheet into MySQL table using vb.net

I have a upload excel file on my web application. When the file is uploaded it is supposed to be openned and then import the data into a mysql table. It works fine in that it adds the information just ...
0
votes
1answer
113 views

Problem with importing certain strings from excel sheet into mysql

I am working on part of a application that needs to import data from a excel sheet into a mysql database table. The code works fine until it gets to a record in the excel sheet where one of the string ...
0
votes
1answer
93 views

How to export from excel to MySql with dynamic fields inside

I have a problem, I want to export from excel to MySql database table, but the destination table field is dynamic. Let's say: table A for storing field_information (e.g. field_name, field_type) ...
0
votes
1answer
97 views

c# code performance importing and analyzing csv files

I am importing large excel files into a SQL through a web application, each column in each row gets converted into a business object and each property for the object. Since the fie is a csv I am ...
0
votes
0answers
45 views

Loss of white space when saving HTML table as Excel

I've successfully got my web application to export Excel files by creating HTML tables and returning that with an Excel data type. If I open the file up in Excel, and save it, the markup changes ...
0
votes
2answers
141 views

ASP.NET Smart quotes parsing issue in a CSV file

The ASP.NET application that I've been working on parses regular quotes and symbols happily. Other than the smart quotes in the CSV file created using MS Excel. The following is the code I use: for ...
0
votes
1answer
170 views

Using Column headers to parse excel sheets using roo - Ruby

Can we use column headers to specify the column number from which we are parsing the excel sheet using roo gem? My current code is like this now: oo = Openoffice.new("simple_spreadsheet.ods") ...
0
votes
1answer
254 views

How can I import TFS work items with “many to many” direct links from Excel

I have a Excel spreadsheet of requirements created from ReqPro that I need to import into TFS. Each requirement has a linked-from and linked-to field, both of which can contain more than one entry. ...
0
votes
1answer
93 views

import excel,openoffice and ms office 2007 data to db in rails

I found many have suggested spreadsheet gem in rails for reading excel sheet which is not working with ms office 2007 file(xlsx). And i am not sure it do work for open office file. so i wish to know ...
0
votes
2answers
139 views

Creating Data Table from object array

I am not sure if I am going about this the correct way but I have a c# method which loads an excel sheet into a 2 dimentional object array. In this array item 1,1 - 1,16 contain headers, then 2-1 - ...
0
votes
1answer
99 views

Excel to .NET resource file conversion

I have resource strings for various languages collected into a large excel sheet. Is there a tool to convert the strings for each language into .NET resource files (resx)? -pom

1 2