ms-office

An automated way to load multiple images into PowerPoint on different pages?

允我心安 提交于 2020-01-23 12:42:51
问题 I need to load about 60 images, each on a different page, in to PowerPoint. Does anyone know of an "automated" way to do this. I don't want to go through slide by slide, and have to click "load image" on each one. If it was a one-time thing, I wouldn't worry about it, but we're summarizing results from some analysis that is ongoing and we'll have to do it many times. Thanks. edit: After brief discussion with co-worker, it seems that "insert -> photo album" does this easily. 回答1: From PPTools:

How to get range of the text in Word document programmatically in MS Office Word add-in using JS API [duplicate]

情到浓时终转凉″ 提交于 2020-01-22 02:16:18
问题 This question already exists : Get range of the text in Word document programmatically in MS Office Word add-in using JS API [closed] Closed 20 days ago . I need to get numerical range of the text(example: startpoint-30, endpoint-35) in word document programmatically (via MS Office add-in), but I can't find how to do that via JS. Here is an example: Hello my friend Pete, I talked to your friend Robert yesterday and he told about his friend Ann. So, I need to get range of any word i want and

APIs for monitoring Office 365

为君一笑 提交于 2020-01-21 05:57:05
问题 We need to integrate Office 365 with an existing system. For this, we will need to use Office 365 APIs to fetch important resources from Office 365, fetch/download logs for monitoring events, Audit Policy monitoring programmatically. Does Office 365 provide APIs for security policy monitoring Does it provide for APIs for maintaining and downloading logs 回答1: I don't believe that there are APIs that will capture all of what you want to do. In case you haven't already, you should see if the

Converting byte array output into Blob corrupts file

元气小坏坏 提交于 2020-01-15 06:35:49
问题 I am using the Office Javascript API to write an Add-in for Word using Angular. I want to retrieve the Word document through the API, then convert it to a file and upload it via POST to a server. The code I am using is nearly identical to the documentation code that Microsoft provides for this use case: https://dev.office.com/reference/add-ins/shared/document.getfileasync#example---get-a-document-in-office-open-xml-compressed-format The server endpoint requires uploads to be POSTed through a

Converting byte array output into Blob corrupts file

拈花ヽ惹草 提交于 2020-01-15 06:35:12
问题 I am using the Office Javascript API to write an Add-in for Word using Angular. I want to retrieve the Word document through the API, then convert it to a file and upload it via POST to a server. The code I am using is nearly identical to the documentation code that Microsoft provides for this use case: https://dev.office.com/reference/add-ins/shared/document.getfileasync#example---get-a-document-in-office-open-xml-compressed-format The server endpoint requires uploads to be POSTed through a

this custom validation is not working but I dont know whats happenning

前提是你 提交于 2020-01-15 04:32:04
问题 I know excel "programming" is not very popular among fellow programmers, however I've been struggling to get this right and management is on my neck.. I have the custom validation on excel : =AND(LEN(AV15)=10,((VALUE(LEFT(AV15,2)))<=31),NOT(ISERROR(VALUE(LEFT(AV15,2)))),MID(AV15,3,1)="/",((VALUE(MID(AV15,4,2)))<=12),NOT(ISERROR(VALUE(MID(AV15,4,2)))),MID(AV15,6,1)="/",((VALUE(RIGHT(AV15,4)))<=2100),NOT(ISERROR(VALUE(RIGHT(AV15,4))))) The validation above is supposed to accept any valid date

Check for hung Office process when using Office Automation

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-14 13:56:47
问题 Is there a way to check to see if an Microsoft Office process (i.e. Word, Excel) has hung when using Office Automation? Additionally, if the process is hung, is there a way to terminate it? 回答1: Let me start off saying that I don't recommend doing this in a service on a server, but I'll do my best to answer the questions. Running as a service makes it difficult to clean up. For example with what you have running as a service survive killing a hung word or excel. You may be in a position to

Vector graphics clipboard format for Qt

元气小坏坏 提交于 2020-01-14 07:57:51
问题 I want my Qt application to be able to save simple vector graphics to clipboard in a compatible way. On windows I want to be able to paste the graphics into Microsoft Word or Powerpoint. On Linux I want to be compatible with the Open Office. Which format would you recommend? Can Qt generate EMF in an easy way? Is SVG an option? Update: My current plan is to add a piece of native win32 code to render the graphics to emf on windows. This code will not be available on linux. 回答1: The

Appcrash KERNELBASE.dll error when I try to use Microsoft Office in Docker Container

纵然是瞬间 提交于 2020-01-13 05:19:46
问题 I’m building a Docker Windows container with Microsoft Office 2013 using following Dockerfile: FROM microsoft/windowsservercore ## Setup package management. ENV chocolateyUseWindowsCompression=false RUN powershell -Command "iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex; Install-PackageProvider -Name chocolatey -Force" ## Installing office RUN powershell choco install officeproplus2013 --version 15.0.4827 -y ENTRYPOINT powershell When I try to create Microsoft Word COM object

Can someone confirm how Microsoft Excel 2007 internally represents numbers?

不想你离开。 提交于 2020-01-13 02:47:31
问题 I know the IEEE 754 floating point standard by heart as I had to learn it for an exam. I know exactly how floating point numbers are used and the problems that they can have. I can manually do any operation on the binary representation of floating point numbers. However, I have not found a single source which unambiguously states that excel uses 64 bit floating point numbers to internally represent every single cell "type" in excel except for text. I have no idea whether some of the types use