[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math


View post   

File: 290 KB, 566x800, 5ac3ea723a045da63622b6349aa72532.jpg [View same] [iqdb] [saucenao] [google]
5469113 No.5469113 [Reply] [Original]

Guys, I want to write a program to manipulate excel files i.e.
Read in an excel file

Use that information to make a new excel fire with a few manipulations, concatenations, etc..

The only experence I have programming is using matlab but I don't have access to that anymore.

I know we would just do xlsread = [number raw etc..] then get some data, I would usually use raw since it was just everything and go from there.

So how can I do this shit with visual studios?

I got the free shit because I'm a student.

It says choose your default environment. Should I be using C++, C#, or something else?

>> No.5469115

>>5469113
COM

good luck!

>> No.5469130
File: 499 KB, 810x1080, 9df2eab4bb837350f5397f1ae74a229a.jpg [View same] [iqdb] [saucenao] [google]
5469130

>>5469115
What?

>> No.5469137

C# has built in Excel parsing abilities, and I'm sure there are many tutorials

>> No.5469139
File: 199 KB, 683x1024, 68Hg7.jpg [View same] [iqdb] [saucenao] [google]
5469139

>>5469137
k i guess i'll start on that