figured with the season right around the corner I'll remind folks of the ability to paste data from excel in the forums. Many thanks to Marbleheader for coming up with this and for Sprowl for suggesting we re-post this crap
===================================================================
Nip and I have been working on a solution to find a better way to post data within a table on SoSH, and he asked me to post our current status here. In a nutshell, Nip created some new 'BBcodes' (the message board equivalent of basic HTML) to allow for basic table functions. Using those new codes, we have created an Excel spreadsheet available for download, which contains a macro that will take the data from the spreadsheet, and spit out the BBcode necessary to post the data in a table on SoSH.
Follow this link: http://www.geocities.com/soshtable/
On that Web page is a link to the hosted Excel file. Just right-click and save.
Once you have your data in the spreadsheet:
1. Highlight a range of cells
2. Run the macro (either by clicking the 'Convert to SoSH Table' button or from the Tools menu, selecting the macro option)
3. The Table will be named whatever the sheet name is called.
4. The macro will copy the BBcode for your table to the clipboard, just paste into the message body.
So, instead of the current method that displays:
The new tables will look like this:
Right now the format is still basic, font color, size, bold, etc on a spreadsheet will not be translated at the moment (though they can be addded manually such as putting in a '' tag around the text you wish to bold, which is what I did for Ortiz's 2006 HR total as an example). You can look at the code format by just hitting the reply button to this message. Feel free to give it a try in Backwash, I'll be checking in to see if there are any questions or problems. Hopefully this will save folks some time and effort, and make data easier to read.
===================================================================
Nip and I have been working on a solution to find a better way to post data within a table on SoSH, and he asked me to post our current status here. In a nutshell, Nip created some new 'BBcodes' (the message board equivalent of basic HTML) to allow for basic table functions. Using those new codes, we have created an Excel spreadsheet available for download, which contains a macro that will take the data from the spreadsheet, and spit out the BBcode necessary to post the data in a table on SoSH.
Follow this link: http://www.geocities.com/soshtable/
On that Web page is a link to the hosted Excel file. Just right-click and save.
Once you have your data in the spreadsheet:
1. Highlight a range of cells
2. Run the macro (either by clicking the 'Convert to SoSH Table' button or from the Tools menu, selecting the macro option)
3. The Table will be named whatever the sheet name is called.
4. The macro will copy the BBcode for your table to the clipboard, just paste into the message body.
So, instead of the current method that displays:
Code:
SPLIT BAA OBP SLG OPS HR
vs. Left .219 .284 .267 .551 1
vs. Right .275 .357 .488 .846 23
Home .249 .345 .449 .793 15
Away .283 .343 .446 .790 9
Total .265 .344 .447 .792 24
AL average .275 .340 .437
Year | Team | G | AB | R | H | 2B | 3B | HR | RBI | BB | K | SB | CS | AVG | OBP | SLG | OPS |
1997 | MIN | 15 | 49 | 10 | 16 | 3 | 0 | 1 | 6 | 2 | 19 | 0 | 0 | 0.327 | 0.353 | 0.449 | 0.802 |
1998 | MIN | 86 | 278 | 47 | 77 | 20 | 0 | 9 | 46 | 39 | 72 | 1 | 0 | 0.277 | 0.371 | 0.446 | 0.817 |
1999 | MIN | 10 | 20 | 1 | 0 | 0 | 0 | 0 | 0 | 5 | 12 | 0 | 0 | 0 | 0.2 | 0 | 0.2 |
2000 | MIN | 130 | 415 | 59 | 117 | 36 | 1 | 10 | 63 | 57 | 81 | 1 | 0 | 0.282 | 0.364 | 0.446 | 0.81 |
2001 | MIN | 89 | 303 | 46 | 71 | 17 | 1 | 18 | 48 | 40 | 68 | 1 | 0 | 0.234 | 0.324 | 0.475 | 0.799 |
2002 | MIN | 125 | 412 | 52 | 112 | 32 | 1 | 20 | 75 | 43 | 87 | 1 | 2 | 0.272 | 0.339 | 0.5 | 0.839 |
2003 | BOS | 128 | 448 | 79 | 129 | 39 | 2 | 31 | 101 | 58 | 83 | 0 | 0 | 0.288 | 0.369 | 0.592 | 0.961 |
2004 | BOS | 150 | 582 | 94 | 175 | 47 | 3 | 41 | 139 | 75 | 133 | 0 | 0 | 0.301 | 0.38 | 0.603 | 0.983 |
2005 | BOS | 159 | 601 | 119 | 180 | 40 | 1 | 47 | 148 | 102 | 124 | 1 | 0 | 0.3 | 0.397 | 0.604 | 1.001 |
2006 | BOS | 151 | 558 | 115 | 160 | 29 | 2 | 54 | 137 | 119 | 117 | 1 | 0 | 0.287 | 0.413 | 0.636 | 1.049 |
Career | 1043 | 3666 | 622 | 1037 | 263 | 11 | 231 | 763 | 540 | 796 | 6 | 2 | 0.283 | 0.374 | 0.55 | 0.924 |
Right now the format is still basic, font color, size, bold, etc on a spreadsheet will not be translated at the moment (though they can be addded manually such as putting in a '' tag around the text you wish to bold, which is what I did for Ortiz's 2006 HR total as an example). You can look at the code format by just hitting the reply button to this message. Feel free to give it a try in Backwash, I'll be checking in to see if there are any questions or problems. Hopefully this will save folks some time and effort, and make data easier to read.