linking of excel sheat in C as input two dimensional array

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prasadgupta
    New Member
    • Nov 2012
    • 1

    linking of excel sheat in C as input two dimensional array

    i hav to solve the transportaion problem of operation research;So ,for this i have to feed the distances between the sources and destinations .for very large number of sources and destinations it is very tedious process.So i need that.,is there possible to include in C and able to access through it?
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    On Excel 2010 if you go to the Data tab you will see various sources you can use to import your data. One of these options is a text file. Mostly likely you can import a text file with comma-separated-values where each record becomes a row on the spreadsheet

    Comment

    Working...