├── Code.gs ├── LICENSE ├── README.md ├── appsscript.json ├── criteriaExamples ├── AudiobooksCriteria.csv ├── EbooksCriteria.csv └── PrintBooksCriteria.csv ├── marcUtility.gs ├── matchMarchScreenShot.png ├── sampleData.gs └── sidebar.html /Code.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suranofsky/tech-services-g-sheets-addon/HEAD/Code.gs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suranofsky/tech-services-g-sheets-addon/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suranofsky/tech-services-g-sheets-addon/HEAD/README.md -------------------------------------------------------------------------------- /appsscript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suranofsky/tech-services-g-sheets-addon/HEAD/appsscript.json -------------------------------------------------------------------------------- /criteriaExamples/AudiobooksCriteria.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suranofsky/tech-services-g-sheets-addon/HEAD/criteriaExamples/AudiobooksCriteria.csv -------------------------------------------------------------------------------- /criteriaExamples/EbooksCriteria.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suranofsky/tech-services-g-sheets-addon/HEAD/criteriaExamples/EbooksCriteria.csv -------------------------------------------------------------------------------- /criteriaExamples/PrintBooksCriteria.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suranofsky/tech-services-g-sheets-addon/HEAD/criteriaExamples/PrintBooksCriteria.csv -------------------------------------------------------------------------------- /marcUtility.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suranofsky/tech-services-g-sheets-addon/HEAD/marcUtility.gs -------------------------------------------------------------------------------- /matchMarchScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suranofsky/tech-services-g-sheets-addon/HEAD/matchMarchScreenShot.png -------------------------------------------------------------------------------- /sampleData.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suranofsky/tech-services-g-sheets-addon/HEAD/sampleData.gs -------------------------------------------------------------------------------- /sidebar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suranofsky/tech-services-g-sheets-addon/HEAD/sidebar.html --------------------------------------------------------------------------------