Top "Import-from-excel" questions

Information taken from Microsoft Excel and imported in to another system

Excel "External table is not in the expected format."

I'm trying to read an Excel (xlsx) file using the code shown below. I get an "External table is not …

c# excel-2007 xlsx import-from-excel
Reading an Excel file in PHP

I'm trying to read an Excel file (Office 2003). There is an Excel file that needs to be uploaded and its …

php import-from-excel
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 …

c# asp.net excel export-to-excel import-from-excel
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 …

sql sql-server-2008 import-from-excel
Reading Excel file using node.js

Okay so i am using the FileUploader module to upload my file from angular to my REST API: var uploader = $…

javascript angularjs node.js import-from-excel
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. …

sql-server-2008 excel ssis codepages import-from-excel
importing an excel file to python

I have a basic question about importing xlsx files to Python. I have checked many responses about the same topic, …

python import-from-excel
Excel date conversion using PHP Excel

i am reading date from excel which is in this format 12/5/2012 day/month/year using this code to read . using …

php import-from-excel
From Excel to DataTable in C# with Open XML

I'm using Visual Studio 2008 and I need create a DataTable from a Excel Sheet using the Open XML SDK 2.0. I …

c# openxml openxml-sdk import-from-excel
how to import excel file (XLSX) to mongoDB

I have a set of data as input to be given to MongoDB in XLSX format. How am I supposed …

mongodb import import-from-excel