Example Collapsible Content
Style 1
Click to see more: |
var sourceSpreadsheetID = "TO UPDATE"; | |
var sourceWorksheetName = "TO UPDATE"; | |
var targetSpreadsheetID = "TO UPDATE"; | |
var targetWorksheetName = "TO UPDATE"; | |
function importData() { | |
var thisSpreadsheet = SpreadsheetApp.openById(sourceSpreadsheetID); | |
var thisWorksheet = thisSpreadsheet.getSheetByName(sourceWorksheetName); | |
var thisData = thisWorksheet.getDataRange(); | |
//Uncomment line 11 below and comment out line 9 if you want to sync a named range. Replace "teamBugs" with your named range. |
Click to see more: |
## MAC OSX users, please note that following codes won't work with BSD based sed implementation. | |
## You can get GNU Mac- `brew install gnu-sed --default-names` | |
sed -i -e '1s/^.//' ning* | |
sed -i -e '$s/.$//' ning* | |
sed -i -e 's/}{/},{/g' ning* | |
sed -i -e 's/}]{/},{/g' ning* | |
## extra: to verify if files are valid JSON filesmm run jsonlint | |
## To install `npm install jsonlint -g` |
Ning inurl:profiles/blog/list -inurl:ning.com |
.share-links, | |
.xg_module_foot .xg_icon-rss, | |
.xj_count_friendRequestsReceived .xj_no_friend_requests { | |
display: none; | |
} |