Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 481 Bytes

File metadata and controls

15 lines (11 loc) · 481 Bytes

Spreadsheet Cell Inverter

Write a program to invert the row and column of the cells in the spreadsheet. For example, the value at row 5, column 3 will be at row 3, column 5 (and vice versa). This should be done for all cells in the spreadsheet.

Note: this is know as transposing in Excel

Before

spreadsheet

After

spreadsheet