If have a spreadsheet that contains vectors, stored in two or three columns.
Is there a way to get LinqToExcel to map these two or three columns directly into a property?
Example: Property might be called MyPosition. Columns might be called MyPosition_x, MyPosition_y, MyPosition_z.