Top-rated recipes by Alfred Wang http://code.activestate.com/recipes/users/4193275/top/2016-02-18T17:26:50-08:00ActiveState Code RecipesRead all Excel cells in all sheets without telling the range (Python)
2015-12-16T22:28:39-08:00Alfred Wanghttp://code.activestate.com/recipes/users/4193275/http://code.activestate.com/recipes/579137-read-all-excel-cells-in-all-sheets-without-telling/
<p style="color: grey">
Python
recipe 579137
by <a href="/recipes/users/4193275/">Alfred Wang</a>
(<a href="/recipes/tags/excel/">excel</a>).
</p>
<p>I constantly need to read an excel file. However, it seems there is no built in functions in xlwings to automatically read all cells without telling xlwings the range you want to read. So I wrote this function to achieve this.</p>
Batch download all the pinned pictures in your Pinterest board to a local folder (Python)
2016-02-18T17:26:50-08:00Alfred Wanghttp://code.activestate.com/recipes/users/4193275/http://code.activestate.com/recipes/580611-batch-download-all-the-pinned-pictures-in-your-pin/
<p style="color: grey">
Python
recipe 580611
by <a href="/recipes/users/4193275/">Alfred Wang</a>
(<a href="/recipes/tags/batch/">batch</a>, <a href="/recipes/tags/download/">download</a>, <a href="/recipes/tags/picture/">picture</a>, <a href="/recipes/tags/pinterest/">pinterest</a>).
</p>
<p>Batch download all the pinned pictures in your Pinterest board to a local folder.
Be noted: you have to keep your internet browser signed in your Pinterest account first.</p>