Enigma in a spreadsheet! Back in the summer of... - William Edwards, Coder
9 weeks ago by clsnyder
An Enigma cipher machine implemented in an Excel spreadsheet by a non-programmer
excel
from twitter_favs
9 weeks ago by clsnyder
Pycel: Compiling Excel spreadsheets to Python and making pretty pictures | Dirk's Page
october 2011 by clsnyder
Pycel: Compiling Excel spreadsheets to Python and making pretty pictures:
python
excel
visualization
october 2011 by clsnyder
Gcal2Excel
october 2010 by clsnyder
google calendar to excel exporter/converter
calendar
excel
google
october 2010 by clsnyder
Export excel --> html - How to clean html?
june 2009 by clsnyder
Sub export_To_HTML()
Dim HTML_Ouput
HTML_Output = HTML_Output & "<Table>" & vbCrLf
Open "C:\temp\MyFile.HTML" For Output As #1 'Simply name the file what you want
For HTML_Rows = 1 To ActiveCell.SpecialCells(xlLastCell).Row
HTML_Output = HTML_Output & "<TR>"
For HTML_Cols = 1 To ActiveCell.SpecialCells(xlLastCell).Column
HTML_Output = HTML_Output & "<td>" & Cells(HTML_Rows, HTML_Cols) & "</TD>"
Next
HTML_Output = HTML_Output & "</TR>" & vbCrLf
Next
HTML_Output = HTML_Output & "</Table>"
Print #1, HTML_Output
Close #1
End Sub
Excel
Dim HTML_Ouput
HTML_Output = HTML_Output & "<Table>" & vbCrLf
Open "C:\temp\MyFile.HTML" For Output As #1 'Simply name the file what you want
For HTML_Rows = 1 To ActiveCell.SpecialCells(xlLastCell).Row
HTML_Output = HTML_Output & "<TR>"
For HTML_Cols = 1 To ActiveCell.SpecialCells(xlLastCell).Column
HTML_Output = HTML_Output & "<td>" & Cells(HTML_Rows, HTML_Cols) & "</TD>"
Next
HTML_Output = HTML_Output & "</TR>" & vbCrLf
Next
HTML_Output = HTML_Output & "</Table>"
Print #1, HTML_Output
Close #1
End Sub
june 2009 by clsnyder
Excel here: Document Management Using Excel
april 2009 by clsnyder
There were more than a hundred documents (excels, ppts, docs and loads of zipfiles as well) and we had to go through the same along with meetings and conf. calls. During this I have realized that excel can help greatly in processing these documents in an organized way and help in gathering views from multiple parties.
Data
Excel
Documents
april 2009 by clsnyder
related tags
Blog ⊕ calendar ⊕ citation ⊕ code ⊕ conversion ⊕ cool ⊕ data ⊕ Documents ⊕ education ⊕ EMail ⊕ excel ⊖ finance ⊕ google ⊕ Graphs ⊕ Gtd ⊕ javascript ⊕ json ⊕ language ⊕ latex ⊕ maps ⊕ php ⊕ Presentations ⊕ programming ⊕ python ⊕ Reference ⊕ regex ⊕ ruby ⊕ Software ⊕ statistics ⊕ surgery ⊕ tips ⊕ Tutorials ⊕ Twitter ⊕ visualization ⊕ web2.0 ⊕ wiki ⊕ XML ⊕Copy this bookmark: