Nothing
test_that("extractSheetName extracts sheet names from formulas", {
formulas <- c("MySheet!$A$1", "'My Sheet'!$A$1", "'My!Sheet'!$A$1", "MySheet")
expected <- c("MySheet", "My Sheet", "My!Sheet", "")
expect_equal(extractSheetName(formulas), expected)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.