We've got an application that is very data heavy.
This has been done in Excel 2002, where we have sheets for the filtering and processing of data to prepare it for optimization with a tool called GAMS.
We've hit limits on this with the number or rows with which we can work given that each row can have 20-35 formula (for computing values). We have one sheet that should have 50,000 rows on it. Excel (or probably the VBA behind it) simply can't handle the information. We have VBA arrays that we think we've exceeded the limits of as well. Excel has simply run out of steam.
At the same time, the interface of grids with data and formula that users can enter is exactly what we need.
We're looking at what we can do to size this up. MS Access isn't working either. It appearently works with internal data structures that leave it growing and growing until it stops working. The Excel itself is around 100 MB in size.
We're wondering what other people have done perhaps in a situation like this.
Does Excel 2003 not have these limits?
Can we write something in VB.Net and make use of Excel grids (and yet still have access to formula).
Are there any data grids that we can use in VB.Net that support formula and huge #s of rows and stuff that will blow the doors off of Excel's sizing limits (and processing limits)?
We really would like to hear of options and what others have done?
This has been done in Excel 2002, where we have sheets for the filtering and processing of data to prepare it for optimization with a tool called GAMS.
We've hit limits on this with the number or rows with which we can work given that each row can have 20-35 formula (for computing values). We have one sheet that should have 50,000 rows on it. Excel (or probably the VBA behind it) simply can't handle the information. We have VBA arrays that we think we've exceeded the limits of as well. Excel has simply run out of steam.
At the same time, the interface of grids with data and formula that users can enter is exactly what we need.
We're looking at what we can do to size this up. MS Access isn't working either. It appearently works with internal data structures that leave it growing and growing until it stops working. The Excel itself is around 100 MB in size.
We're wondering what other people have done perhaps in a situation like this.
Does Excel 2003 not have these limits?
Can we write something in VB.Net and make use of Excel grids (and yet still have access to formula).
Are there any data grids that we can use in VB.Net that support formula and huge #s of rows and stuff that will blow the doors off of Excel's sizing limits (and processing limits)?
We really would like to hear of options and what others have done?