Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
4.33/5 (2 votes)
See more:
Hello everyone.

Im really new to this so decided to join this network for additional support / help.

Currently im working as an intern for a broker company. Most of the time im pretty busy but sometimes I get hours where everyone is occupied and I have nothing to do.. So i came up with an idea to be creative and actually help the company.

Im responsible for creating KPI report, however for every report I must manipulate the data from the spreadsheets to format it correctly with graphs and etc.

I was thinking, would it be possible to write something in .NET (or c# since its more relevant with excel) to import the raw data (in excel format), select which columns must be manipulated and create a graph based on my selection.

What would you recommend for this? Possibly any plugins or libraries I should be aware of?

Thanks in advance.

:)
Posted
Comments
Amir Mahfoozi 31-Oct-11 8:50am    
Why don't you use excel charts ?
Ninus deMordorite 2-Nov-11 8:56am    
Think of it this way.. I export the raw data on excel then manipulate it every month (20 clicks per raw data doc).
Now multiply the number of clicks on 30 different raw data reports.

I need to design a way that manipulates tables and creates the charts based on the raw data, so in basic terms the only clicks that the user will be performing after I am gone is just importing the raw data.

Plus it gives me something exciting to do during my off hours.
Bala Selvanayagam 31-Oct-11 8:55am    
I agree with Amir and the excel charts with little bit of VBA should help
Ninus deMordorite 31-Oct-11 10:38am    
Well the idea is that every single time a report is created is HAS to be manipulated.. something that macros can't do without any flaws. Therefore I decided to make an algorithm that does it for me for individual report.. so instead of 100 clicks to generate the KPI for each month.. the user has to do only 5. Plus will give me an oportunity to get more experience in the c# field
Manfred Rudolf Bihy 31-Oct-11 8:56am    
[Copied from JnRC#Developer's non-solution]

Before I get technical do you have any C# coding experience?

Look into PowerPivot, the Excel plugin which can handle huge amounts of data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900