Thursday 15 April 2010

datanitro - Writing a 2-D array to Excel -


Is there a good way to write a 2-D array in the DateTitro table? I am working on a basic sudoku solver in Excel and it will use Python compared to VisualBasic.

Yes, you can use table cell properties - we've only added it to our last update .

For example:

  x = [[6, 7, '', 2, 3, '', '', '', ''], # ['', '', '', '', 6, 8, '', 3, 2]] # Sudoku puzzle, written line of the row line cell ("A1"). Table = x   

Source: I'm one of a DataNitro developers.

No comments:

Post a Comment