473,805 Members | 2,001 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Spreadsheet-like input in web app

Hi,

I'm trying to create a web app that will allow users to input several
rows of data for several columns. Is there a control that simulates
the flexibility of a spreadsheet? This app is currently in excel, as a
series of input templates, and I want to migrate it to web - still
being able to input data for several rows/columns at once.

Thanks for your help!!

Mar 7 '07 #1
3 4997
"colo" <ma************ @gmail.comwrote in message
news:11******** **************@ c51g2000cwc.goo glegroups.com.. .
Is there a control that simulates the flexibility of a spreadsheet?
http://www.aspose.com/wiki/default.a...tOverview.html
Mar 7 '07 #2
http://davidrothman.net/2007/02/19/o...-applications/

ajaxXLS looks intriguing, as it's a free application:
http://us.ajax13.com/en/ajaxxls/

Simple spreadsheet ( http://www.simple-groupware.de/cms/Spreadsheet/Home )
looks like it could use a port to ASP.NET.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"colo" <ma************ @gmail.comwrote in message
news:11******** **************@ c51g2000cwc.goo glegroups.com.. .
Hi,

I'm trying to create a web app that will allow users to input several
rows of data for several columns. Is there a control that simulates
the flexibility of a spreadsheet? This app is currently in excel, as a
series of input templates, and I want to migrate it to web - still
being able to input data for several rows/columns at once.

Thanks for your help!!

Mar 7 '07 #3
On Mar 7, 4:15 am, "Juan T. Llibre" <nomailrepl...@ nowhere.comwrot e:
http://davidrothman.net/2007/02/19/o...-applications/

ajaxXLS looks intriguing, as it's a free application:http://us.ajax13.com/en/ajaxxls/

Simple spreadsheet (http://www.simple-groupware.de/cms/Spreadsheet/Home)
looks like it could use a port to ASP.NET.

Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
=============== =============== ====="colo" <mario.color... @gmail.comwrote inmessage

news:11******** **************@ c51g2000cwc.goo glegroups.com.. .
Hi,
I'm trying to create a web app that will allow users to input several
rows of data for several columns. Is there a control that simulates
the flexibility of a spreadsheet? This app is currently in excel, as a
series of input templates, and I want to migrate it to web - still
being able to input data for several rows/columns at once.
Thanks for your help!!- Hide quoted text -

- Show quoted text -
Thanks - I was thinking more on something that could be created with
the standard toolbox controls. I don't really need full spreadsheet
functionality, like creating formulas and stuff. I just need the user
to be able to input a variable number of rows. I then need to save
this info to a database.

the database table would be something like three fields (employee ID,
Month, Units), but the input template needs to have the months across
the top and the employees as rows... to be able to enter a variable
number of employees.

Input:
Employee Name | JAN | FEB | ...etc.
John | 25 | 25 |.. etc.
Sue | 40 | 45..etc.
Does this make sense?


Mar 7 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
8560
by: Phil Powell | last post by:
What would one best recommend to parse an existing Excel spreadsheet (was done in Excel 97 or 2000 not sure to be honest)? I am looking for the most practical way of parsing an existing spreadsheet to place contents into a mySQL db. Thanx, Phil PS: can you use fopen() to read the contents and parse? The spreadsheet is on a remote site.
2
2120
by: quadric | last post by:
Hi, I have an application that requires that Python initiate and mediate a live and iterative conversation between an external application (in which Python is embedded) and an external Excel spreadsheet. Python will have to pass info to the spreadsheet, spreadsheet will make calculations, Python will obtain results and pass back to application, application will evaluate results of spreadsheet calculations and create new set of data and
3
11691
by: Scott M. Lyon | last post by:
I'm trying to figure out a way to export data (actually the result of a Stored Procedure call from SQL Server) into a specified Excel spreadsheet format. Currently, I have the data read into a DataSet that consists of one DataTable. That DataTable has a specific name (for arguments purposes, let's say it's called "DataGrid"), that I need to use as the tab name in the exported Excel
3
2289
by: Brooke | last post by:
I am new to ASP.NET, but have been programming for about 14 years (C# about 2 years). My manager asked me to develop a web application that would allow employees to view a spreadsheet that is used to manage resources (projects, employees, hours, dates, etc). The employee should only be able to view data that pertains to them, and not be able to modify it (read only view). My thought is to allow my manager to upload the spreadsheet to a...
3
4138
by: sir.linying | last post by:
My php script is to call perl scipt which makes use of Spreadsheet::ParseExcel module to parse Excel file. I am able to launch php script from command line so that perl script can run and properly parse Excel file. However, when I put php script on server side and then launch php through client request, perl program can't run. Anyone has any suggestion re how to fix this problem? Thanks a lot, -Ying
0
1585
by: JLuv | last post by:
What i want to do is take the checked data from a datagrid, send it to a table, then show that table on an Excel Spreadsheet. Here is a little bit of my code... //adminProgress.aspx <asp:DataGrid ID="pGrid" runat="server" AutoGenerateColumns="false" AllowSorting="true"> <Columns> <asp:TemplateColumn HeaderText="Select"> <ItemTemplate>
7
2454
by: rdemyan via AccessMonster.com | last post by:
I want to make sure that I'm closing an opened spreadsheet correctly. I've been having some locking up problems. The following code adds a dummy row to the spreadsheet to ensure that that the data gets transferred in the correct format. It seems to be working correctly, but if anyone has any comments on that I'd appreciate it. Right now, I'm mostly concerned about opening and closing the spreadsheet. Here's the pertinent part of the code: ...
0
3236
by: ssrirao | last post by:
There is an Excel Spreadsheet containing data, residing in an internet site. It’s very easy to Import data from a local Excel Spreadsheet into SQL Server Database Table using DTS. But in my case the Excel spreadsheet resides an internet site which has a static name (Example xyz.xls) but varying data inside it. The spreadsheet contains three columns a, b, c and data below it. Only data get updated weekly So basically I have to automate...
0
5096
by: mix01 | last post by:
Hi, I am trying to get some VBA code working, but am preplex as to why it does not work. I would really appreciate any level of help. Many thanks, Mix01 Version of the program
2
7003
by: franc sutherland | last post by:
Hello everyone, I am using Access 2003. In my database there is a table which is linked to an excel spreadsheet. When I move the mdb file to someone else's computer the spreadsheet will be in a different location. A location which I can not access from my own PC when designing the database, so can not use the Linked Table Manager to update the link. I need to find a way of telling the database where the source spreadsheet for the...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10604
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10361
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9179
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7644
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6874
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4316
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3839
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3006
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.