Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. c1 c2 c3
  2. 1 3 5
  3. 2 4 6
  4.  
  5.  
  6. fp = NotebookDirectory[] <> "Book1.xls";
  7.  
  8. excelSheet = Import[fp] [[1]];
  9. t1 = Grid[excelSheet, Frame -> All, Alignment -> Left,
  10. Background -> {None, {Gray, {White, LightGray}}}
  11.  
  12. c1 c2 c3
  13. 1. 3. 5.
  14. 2. 4. 6.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement