Home > .NET, MS Access > Simple C# Data Processing

Simple C# Data Processing

January 30th, 2010

I have an VS 2005 c# application that reads in xls files to get information on shift assignments. It currently stores one month’s data and outputs it in a couple different forms.

I need the freelancer to customize the application:
1. Input more than 1 shift per month (different people) and match up people who work together (recognizing which data is duplicate or missing)
2. Store this data long term in a readable simple mdb database
3. Export the data by shift with associated data (# of coworkers, type, etc)
4. Customize the importing xml file so that it’ll import a few types of xls types.
5. Make small changes to the xls pages so they’ll import according to the xml pages.

This doesn’t have to be very pretty, but we need to make it work now and for a few years. It only has to import 2 pages for each month (already works individually) and for about the last 3 years.

If this works out, we can work on some c# objects for the related project.


Simple C# Data Processing

Comments are closed.
Bear