Im able to generate tables with all required columns and with datas in excel sheet. now i want to insert image that is present in my bin.how can i achieve this.
thanks in advance
I have an excel spreadsheet that I want to import select columns into my database table. the wiz didn't offer that option.
any easy code options?
Thanks
newbie
I have loaded an Excel worksheet inside a WebBrowser component. Now I need to do some calculation and insert the result of the calculation into a named cell in the active worksheet. Could someone please help me with this.
Thank you.
is there any simple way to replace an image inside word-document with an excel chart using VB and preserving all of the format details such as image frame style, text wrap, anchor, etc. (thus the image is just a placeholder in a template document)
Hello,
I'm working with an HTML table, that contains numbers (formated) and when I export this to xls file (just change extension... hehe) I loss some of the formated data.
Example:
in html I have " 1,000.00 | 500.00 | 20.00 "
and in excel it shows like:
"1,000.00 | 500 | 20"
I want it to know if it is possible to show the very same format as in html.
THankyou :P
Hi, I'm using VSTO, C#, and Excel but VBA probably applies here as well.
What's the difference between calling the Merge(missing) method on a range and setting the MergeCells property to true? Does Merge() fail more often? Thanks!
I have a Gridview in my ASP.NET C# Page. It has a couple of columns and also one image column. I can export the entire columns to an Excel file, but the image column is blank. By the way, I use the full path.
Any Idea?
Hi,
I need to create some reports from a sql server database for end users to view.
Is it possible to hook into sql server from excel?
Update
The end user will only click on the file to view the reports, asking them to do more is too much to ask!
Hey Guys
I'm reading an excel file with C# and OleDB (12.0). There I have to specify the select statement with the name of the sheet I wish to read ([Sheet1$]).
this.dataAdapter =
new OleDbDataAdapter("SELECT * FROM [Sheet1$]", connectionString);
Is it possible to select the first sheet, no matter what name?
Thank you.
I have used the connection string below but I am getting an error when trying to create a table
Dim ConnString As String = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & strFName + _
";Extended Properties=""Excel 12.0 Xml;HDR=YES;IMEX=1"""
Cannot modify the design of table 'tablename'. It is in a read-only database.
Hi, I would like to insert Date value to excel file using Open XML.
Here is my code sample.
cell.CellValue = new CellValue(value.ToString());
cell.DataType = new EnumValue<CellValues>(CellValues.Date);
Anyone know of some code out there that does this already? I have a bunch of pages with data grids on them in an admin website they want to export them to Excel, was hoping someone had this written already - or if not I'll post mine when I am done.
Is there an easy way to update the data source for multiple pivot tables on a single Excel sheet at the same time?
All of the pivot tables reference the same named range, but I need to create a second worksheet that has the same pivot tables, but accessing a different named range.
Ideally I would like to be able to do some kind of search and replace operation (like you can do on formulae), rather than updating each individual pivot table by hand.
Any suggestions?
Hi,
I've got some excel files, that were exported from tables in Access, and I want to import them into sql express 2005.
I need a script that will convert nvarchar(255) columns to varchar(255) and preserve links, when importing the data into sql express.
Thanks
hi,
I am using windows application for export data table to Excel...its working.. Now i want to give some color for particular text in the cell... How shall i do this?
Anyone tell me the solution of this...
Thanks in advance...
Hi All,
I have a small excel program.
I would like to be able to use this program to update a SQL table.
What would be the function to say update line 2 in SQL table Test in Database ABC
Thanks
I am trying to assign a cell in excel for the user to type the printer name where they want the print out to go and then use that value in the
Application.ActivePrinter = (use the cell value)
Even though I have done the programming assigning a name to the cell and using it in a variable it is giving me an error.
I have set my variable as string, text, object and variant already and it's not working.
Do you know what code should I use to be able to do this?
Hi All,
I have a column in excel, wherein I have all the website url values. My question is I want to turn the url values to active links. There are about 200 entries in that column with different urls in all cells. Is there a way I can create active hyperlinks to all the cells without writing a macro.
I have a row in excel with the following data: 1271664970687 (I think it's the number of milliseconds from 1970...).
I would like to have adition row that will show it as date/time.
Hi everyone,
is there in any means a manner to show a grid or something like Excel. I see alot of information, but how do you feel about this one?
Are there grids, or third party grid that provide these features?
Thanks, I very like it to here your opinion, and your idea about this feature I want to provide in a Web Page?
Is there any existing Python library that can validate data in Excel format? Or what kind of keyword should I use to search such an open source project? Thanks.
I hope the image above can explain what I need. :)
Problem 1: Get the date where it is the first value in the row
Problem 2: Get the date where the value is 100
I would also attach the actual excel file,
but I am limited to posting only 1 link.
Hello,
I have excel files with the following header:
Caption
Sound: Location of sound file
Image: Location of image file
How can I make a slideshow from this? Each slide should show image, caption, and play sound automatically according to the excel list. I don't care what software I use, if I can get the job done.
Total slides ~10,000.
In case interested,this is review material for English second language students.
Any help appreciated,
Thanks