A Pen by Bar Horing on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": [ | |
| { | |
| "name": "test", | |
| "url": "https://www.walla.co.il", | |
| "about": "new site" | |
| }, | |
| { | |
| "name": "Tuta", | |
| "url": "https://www.tuta.co.il", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Group_UnGroup_Outline | |
| description: Playing with Excel API. | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| $("#groupRow").click(() => tryCatch(groupRow)); | |
| $("#groupCol").click(() => tryCatch(groupCol)); | |
| $("#ungroupRow").click(() => tryCatch(ungroupRow)); | |
| $("#ungroupCol").click(() => tryCatch(ungroupCol)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Group&UnGroup (1) | |
| description: Create a new snippet from a blank template. | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| $("#group").click(() => tryCatch(group)); | |
| $("#ungroup").click(() => tryCatch(ungroup)); | |
| $("#showdetails").click(() => tryCatch(showdetails)); | |
| $("#hidedetails").click(() => tryCatch(hidedetails)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"data":[{"name":"test","url":"https://www.walla.co.il","about":"new site"},{"name":"Tuta","url":"https://www.tuta.co.il","about":"joke by Liz"},{"name":"Youtube","url":"https://www.youtube.com","about":"videos"},{"name":"Google","url":"https://www.google.com/","about":"search engine"},{"name":"Unsplash","url":"https://www.unsplash.com/","about":"free quality photo stock"},{"name":"Instagram","url":"https://www.instagram.com/","about":"social media"},{"name":"NYtimes","url":"https://www.nytimes.com/","about":"news"},{"name":"Google","url":"https://www.google.com/","about":"search engine"},{"name":"ssss","url":"url","about":"about"}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"data":[{"name":"test","url":"https://www.walla.co.il","about":"new site"},{"name":"Tuta","url":"https://www.tuta.co.il","about":"joke by Liz"},{"name":"Youtube","url":"https://www.youtube.com","about":"videos"},{"name":"Google","url":"https://www.google.com/","about":"search engine"},{"name":"Unsplash","url":"https://www.unsplash.com/","about":"free quality photo stock"},{"name":"Instagram","url":"https://www.instagram.com/","about":"social media"},{"name":"NYtimes","url":"https://www.nytimes.com/","about":"news"},{"name":"Google","url":"https://www.google.com/","about":"search engine"},{"name":"aAS","url":"QWQWQW","about":"about"},{"name":"GOOOL","url":"MICRO","about":"about"},{"name":"GOOOL","url":"MICRO","about":"about"}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"data":[{"name":"test","url":"https://www.walla.co.il","about":"new site"},{"name":"Tuta","url":"https://www.tuta.co.il","about":"joke by Liz"},{"name":"Youtube","url":"https://www.youtube.com","about":"videos"},{"name":"Google","url":"https://www.google.com/","about":"search engine"},{"name":"Unsplash","url":"https://www.unsplash.com/","about":"free quality photo stock"},{"name":"Instagram","url":"https://www.instagram.com/","about":"social media"},{"name":"NYtimes","url":"https://www.nytimes.com/","about":"news"},{"name":"Google","url":"https://www.google.com/","about":"search engine"},{"name":"Outlook Mail","url":"https://outlook.office.com/mail/","about":"about"}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"data":[{"name":"ynet","url":"www.ynet.co.il","about":"about this site..."},{"name":"test1223","url":"ynet.co.il","about":"about this site..."},{"name":"escpae","url":"prison-break.com","about":"about this site..."},{"name":"southpark","url":"spk.com","about":"about this site..."},{"name":"arnold.com","about":"about this site..."},{"name":"test","url":"https://www.walla.co.il","about":"new site"},{"name":"Tuta","url":"https://www.tuta.co.il","about":"joke by Liz"},{"name":"Youtube","url":"https://www.youtube.com","about":"videos"},{"name":"Google","url":"https://www.google.com/","about":"search engine"},{"name":"Unsplash","url":"https://www.unsplash.com/","about":"free quality photo stock"},{"name":"Instagram","url":"https://www.instagram.com/","about":"social media"},{"name":"NYtimes","url":"https://www.nytimes.com/","about":"news"},{"name":"Google","url":"https://www.google.com/","about":"search engine"},{"name":"aAS","url":"QWQWQW","about":"about"},{"name":"GOOOL","url":"MICRO","about":"about"},{"name":"G |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const axios = require('axios') | |
| const qs = require('querystring') | |
| ... | |
| const requestBody = { | |
| name: 'Akexorcist', | |
| age: '28', | |
| position: 'Android Developer', | |
| description: 'birthdate=25-12-1989&favourite=coding%20coding%20and%20coding&company=Nextzy%20Technologies&website=http://www.akexorcist.com/', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Group&UnGroup (1) | |
| description: Create a new snippet from a blank template. | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| $("#group").click(() => tryCatch(group)); | |
| $("#groupColumns").click(() => tryCatch(groupColumns)); | |
| $("#ungroup").click(() => tryCatch(ungroup)); | |
| $("#showdetails").click(() => tryCatch(showdetails)); |
OlderNewer