Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
excel
- Page 1
Re: excel validation
Programming
Web Development
11 Years Ago
by Cherothsulalea
Excel
Sheet is more beneficial to doing work for creating a data and report.
Re: EXCEL Formula Help
Hardware and Software
Microsoft Windows
14 Years Ago
by cole davidson
Excel
does not have the features for what you are trying to do. You can however create two different purchase orders using two
Excel
sheets, one for each state.
excel
Programming
Software Development
17 Years Ago
by Nurilhansiz
… i have a problem with
excel
.. tried to print a chart using
excel
nia vb but it doesnt work…cmdExcel_Click() ' ' Dim xlApp As
Excel
.Application Dim xlBook As
Excel
.Workbook Dim xlSheet As
Excel
.Worksheet 'Dim xlColumn As Axis '…Dim xlLocationAsObject As Axis Set xlApp = New
Excel
.Application Set xlBook = xlApp.Workbooks.Add Set xlSheet =…
Excel Help
Programming
Software Development
20 Years Ago
by payam
…then to create a graph with these ranges. In
excel
you can use the crtl key to select discontinuous …ranges and i c# you can say
Excel
.get_Range range = thisSheet.get_range("A2":"A6…quot;,"c2":"c6", Type.Missing) (
Excel
.get_Range range = thisSheet.get_range("A2:A6","C2…
Re: Excel Help
Programming
Software Development
20 Years Ago
by payam
… = thisSheet.get_Range("A9:A12"+ otherRange.get_Address(true,true,
Excel
.XlReferenceStyle.xlA1,true,Missing.Value),Type.Missing); range.Value2 = 123… the chart doesn't accept the range. I am using
excel
2000 is this the problem?
excel
Programming
Software Development
15 Years Ago
by dollmar
plz help me plz... pls see my attachment...how can i edit datagrid with
excel
as database....i want my data to be dynamically transfer to
excel
also
excel
to vb.. thanks in advance...
Re: Excel Help
Programming
Software Development
20 Years Ago
by shabosco
can you tell me if you are generating a report in crystal or pdf file from
excel
?
Re: Excel Help
Programming
Software Development
20 Years Ago
by payam
hi shabosco i am reading data from a XML file, and then display the information in
Excel
. i always have to create a table and in some cases a chart as well. My aim is to link the chart to the table so any changes in the table will be shown in the chart.
excel
Programming
Software Development
16 Years Ago
by kinyuadave
… created a program that by clicking a file menu an
excel
dbase is created and stored. Now the problem is i… have many
excel
files and i want to enter data into them and…
Re: excel
Programming
Software Development
16 Years Ago
by P90K
I don't think i get you question. you want to know how te open an
excel
file through a vb form right ??? maybe this link can help [URL="http://www.daniweb.com/forums/thread9342.html"]http://www.daniweb.com/forums/thread9342.html[/URL] in this tread they explain how te open and close and
excel
file using a vb form gr
Excel
Programming
Software Development
14 Years Ago
by itsmekarthik
please help in writing to
excel
sheet using java program. Actually I know how to write to a text file but I don,t have any idea about this writing to an
excel
sheet. I would be grateful to you if you help me.
Re: Excel
Community Center
Geeks' Lounge
18 Years Ago
by UrbanKhoja
[quote=calvin 44;255760]Is this the right place to ask a question about
excel
?[/quote] as in ms office
excel
?,what was your question mate?
Re: excel
Programming
Databases
11 Years Ago
by karthikav
have opened 3 sheets in
excel
..first sheet name apr-june ,second sheet name july to … sheet apr-dec..this sheet i am combining all three
excel
sheet ..what i want is if i do filder in…
Excel
Community Center
Geeks' Lounge
18 Years Ago
by calvin 44
Is this the right place to ask a question about
excel
?
Re: Excel
Community Center
Geeks' Lounge
18 Years Ago
by Anonymusius
…. To I don't know wether you should ask about
excel
on Daniweb, Daniweb is, as you can see from the…
Re: Excel
Community Center
Geeks' Lounge
18 Years Ago
by UrbanKhoja
… pretty neat things with access, although i can see using
excel
causing a few problems. darren :cool:
excel
Programming
Web Development
17 Years Ago
by bubai
how can i create
excel
to xml in php?
Excel help please!!
Programming
Software Development
16 Years Ago
by jsetter
… guys, I have a problem with the conversion of an
excel
spreadsheet to html. I have converted the file to html…
excel
Programming
Databases
11 Years Ago
by karthikav
sir i have three sheet in
excel
..first sheet i have many colounm with filder option..in …
Re: excel
Programming
Databases
11 Years Ago
by karthikav
… on company rule..will explain you stugie...in my first
excel
sheet name apr-june ok...lot of sellers are there…
excel
Programming
Databases
10 Years Ago
by brandonpk
Hi there displaying data on an
excel
to a already designed web page ? i have no idea at all
Re: excel
Programming
Databases
10 Years Ago
by Stuugie
Designed by what? Maybe something like (but has not been tested): <iframe src = "YourExcel.xlsx" width="100%" height="100%"></iframe> but you must have your
Excel
file in the same folder path as the HTML document.
Re: excel
Programming
Databases
10 Years Ago
by gabrielcastillo
Can you be more clear with your question? You can use php to read your
excel
spread sheet and display on to the html page, or you can upload to database and then output the contents.
excel
Hardware and Software
Microsoft Windows
9 Years Ago
by adobe71
How to unprotect
excel
sheet without knowing the password.
Excel slow/crashing when I generate a graph using C#
Programming
Software Development
15 Years Ago
by kevin.cochrane
….Missing.Value, System.Reflection.Missing.Value,
Excel
.XlSearchOrder.xlByRows,
Excel
.XlSearchDirection.xlPrevious, false, System.Reflection.Missing.…"Time"; y = (
Excel
.Axis)chartObj.Chart.Axes(
Excel
.XlAxisType.xlValue,
Excel
.XlAxisGroup.xlPrimary); //Defines Y-Axis Properties…
excel warning c#
Programming
Software Development
13 Years Ago
by arjunpk
… activate the worksheet...
excel
.Visible = true;
Excel
.Worksheet worksheet = (
Excel
.Worksheet)
excel
.ActiveSheet; ((
Excel
._Worksheet)worksheet).Activate(); // If wanting
excel
to shutdown... ((
Excel
._Application)
excel
).Quit(); MessageBox.Show…
Re: excel warning c#
Programming
Software Development
13 Years Ago
by C#Jaap
…, but for future searches: You use [CODE]
Excel
.XlFileFormat.xlXMLSpreadsheet [/CODE] which is actually an XML file…[CODE] //extension depends on the version of your
excel
XlFileFormat.xlWorkbookDefault //or in combination with extension .xlsx … You can also select one of the previous
excel
-version-file-filters. You can use the VBA …
Re: Excel slow/crashing when I generate a graph using C#
Programming
Software Development
15 Years Ago
by ddanbe
Is the
excel
sheet also slow after you close and reopen it?
Re: Excel slow/crashing when I generate a graph using C#
Programming
Software Development
15 Years Ago
by kevin.cochrane
Solved this problem. For some reason
excel
wasn't loving me changing the maximum value in the y axis. Comment that out and it works like a charm.
Re: Excel Sheet Table into Data Table issue
Programming
Software Development
9 Years Ago
by ddanbe
…public void OpenADoc(string fileName) { try { app = new
Excel
.Application(); workbook = app.Workbooks.Open ( Filename : fileName,…site](http://csharp.net-informations.com/
excel
/csharp-
excel
-tutorial.htm) You can also find…
1
2
3
17
Next
Last
Search
Search
Forum Categories
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Forums
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2024 DaniWeb® LLC