master
Commits on Mar 16, 2021
-
Merge pull request #58 from OfficeDev/lindalu-fix-warnings
Update docfx.json
Commits on Sep 21, 2020
-
Merge pull request #55 from OfficeDev/lindalu-fix-warnings
Update docfx.json
-
Ran json through several linter/validater tools and the code is valid. Might be the a "carriage return" at the end was one suggestion from Stack Overflow. Delete line 54
Commits on Jul 22, 2020
-
-
Merge pull request #49 from mikewaretena/patch-1
Update addinsnote.md
Commits on Jul 15, 2020
-
Merge pull request #35 from AustinKnutsonSprint/patch-1
Fixes a bug with getting comment ids
Commits on Jul 14, 2020
-
* Update docfx.json added "ms.suite": "office", * Line 419: Null Reference Exception on empty cells I used the old code ("theCell != null") and got null reference exceptions when cells were empty. I found that theCell.InnerText.Length>0 avoided the null reference exception. Using Object.ReferenceEquals(), or !(x== null) didn't change the outcome. -
Merge pull request #48 from OfficeDev/master
[admin] Merge to live!
-
Merge pull request #47 from OfficeDev/lindalu-fix-warnings
[admin] fix build warnings
-
rem /en-us/ in URL for loc change http:// to https://
-
Merge pull request #46 from OfficeDev/live
[admin] Merge to live!
-
Merge pull request #44 from OfficeDev/docs-build-v3
Update config to enable docfx v3
-
Merge pull request #45 from scottmcarthur/patch-1
Fix typo Slides instead of Sheets in PowerPoint docs
Commits on Jul 13, 2020
-
Merge pull request #36 from andreygolubkow/patch-1
Update how-to-insert-a-comment-into-a-word-processing-document.md
Commits on Sep 10, 2019
-
Merge pull request #32 from leocui9387/patch-1
Line 419: Null Reference Exception on empty cells
Commits on Aug 26, 2019
-
Merge pull request #31 from OfficeDev/lindalu-MSFT-add-langs
add language selector drop-down
-
Commits on Aug 19, 2019
Commits on Aug 15, 2019
-
Merge pull request #29 from OfficeDev/michelle-addinsnote
Adds a note about modern add-ins
Commits on Aug 14, 2019
Commits on Feb 26, 2019
Commits on Aug 2, 2018
-
Merge pull request #6 from rschoenrock/patch-1
Syntax error (extra comma)