ms-office Questions

4

I want to add and extract files from an Office/Excel document using Python. So far adding things is easy but for extracting I haven't found a clean solution. To make clear what I've got and what n...
Forgiven asked 1/4, 2017 at 8:14

5

Solved

Is there a planning poker (Scrum Planning Poker) or similar app extension in Microsoft Teams.
Destructive asked 24/7, 2019 at 7:52

10

Solved

How does one add a comment to an MS Access Query, to provide a description of what it does? Once added, how can one retrieve such comments programmatically?
Parma asked 31/10, 2008 at 13:26

18

Solved

I noticed that when a link is clicked externally from the web browser, such as from Excel or Word, that my session cookie is initially unrecognized, even if the link opens up in a new tab of the sa...
Ichthyoid asked 16/4, 2010 at 14:23

6

Solved

I have several tables in an excel sheet. Each having unique table Name. I want to know if a table which has a name "Table123" exist or not in the current sheet. Could some one help me on this? ...
Dubois asked 29/6, 2016 at 10:37

2

Solved

I would like to insert a hyperlink to the task pane of my add-in, and I want this link to open support.html page in a default browser. <a href="https://example.com/support.html" target="_blank"...
Aplomb asked 26/6, 2016 at 23:59

4

I´ve a cropped picture in a powerpoint layer and I want to change the picture without changing the size of the cropping area. If I change the image by clicking "change picture" the cropping ...
Jochbed asked 29/9, 2015 at 17:33

4

Hi friends I am getting stuck trying to create an emailer ... I designed an emailer then cut that design into HTML and send that emailer using office 2007 to my gmail... when i checked emailer in m...
Ketti asked 15/5, 2014 at 7:35

8

I am working on generating an excel template from code. When I run the piece to create my WorkBook, I get no errors in code, however when I go to open the Excel document, I get an error indicating ...
Scrubland asked 29/7, 2012 at 3:22

3

Solved

I would like to use command line to locate the path of MS office. It should return something like C:\Program Files (x86)\Microsoft Office\Office14 which might differ to different users. Tried usi...
Collectivize asked 18/3, 2014 at 6:52

6

Solved

Given a PowerPoint presentation in .ppt format, what is the best way to programmatically and using only open source software extract an image representation (in say .jpg or .png) of each slid...

3

Solved

I have a table in Excel. How can I rotate (NOT transpose) a table 90 degrees clockwise? Example cell1 | cell2 | cell3 cell4 | cell5 | cell6 Expected cell3 | cell6 cell2 | cell5 cell1 | cell4 ...
Penicillate asked 24/11, 2016 at 4:49

11

When I try to open hyperlinks in a Microsoft Office program like Excel or Outlook the following message is shown: Your organization's policies are preventing us from completing this action...
Trinl asked 6/1, 2015 at 6:38

4

Solved

I have observed an issue with below function call when we migrated to office 2010-64 bit version. Private Declare Sub CopyMem Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As An...
Ionogen asked 22/11, 2010 at 23:5

10

Name: From: file:///D:/Samples/TestUpdatedVersion/bin/Debug/TestUpdatedVersion.vsto The customization cannot be installed because another version is currently installed and cannot be upgraded fro...
Geek asked 9/10, 2009 at 14:39

3

I am generating "Word document" with a header on the first page as HTML code. <style> tag contains: @page Section { size:8.5in 11.0in; margin: 0.7in 0.9in 0.7in 0.9in; mso-header-margin:...
Larson asked 18/2, 2012 at 10:51

3

Solved

When you compare two versions of MS Word doc/Excel book in Team Foundation Server Source Explorer, the result is the boring "Binary filles differ" dialog. It does not have to be that way though. T...
Hierolatry asked 10/5, 2011 at 20:4

6

Solved

Microsoft recently added SVG support to Word 2016. But when trying to save a document containing a SVG vector graphic as PDF the graphic will be converted to a raster image. I tried to chang...
Stephen asked 18/5, 2017 at 17:58

3

I am trying to open excel workbook 2003 using VSTO. but i am getting error again again like " Project cannot be created because the application add-in is not working correctly and might have been ...
Frenulum asked 5/10, 2010 at 13:35

5

I have an Excel spreadsheet with three sheets. One of the sheets contains formulas for one of the other sheets. Is there a programmatic way to hide the sheet which contains these formulas?
Kratzer asked 12/5, 2009 at 15:9

2

I'm writing a VSTO Microsoft Outlook plug-in. The version destination of that plugin is Outlook 2007 and 2010, so I use the Outlook 2007 add-in (in Visual Studio). I have some (visual) problem wit...
Contortionist asked 25/7, 2011 at 7:34

0

I tried to install excel (or office 365) inside Window container by Dockerfile and ODT (Office Deployment Tool). This is my dockerfile : FROM mcr.microsoft.com/windows/servercore:ltsc2016 # Insta...
Delftware asked 6/12, 2019 at 5:33

3

I want to read a word document in the server (both doc and docx). The server does not have office installed, therefore i can't use com objects and also no commercial softwares. Is there a way that...
Paddock asked 27/2, 2011 at 1:54

7

I need to use DOCX files (actually the XML contained in them) in a Java software I'm currently developing, but some people in my company still use the DOC format. Do you know if there is a way to ...
Vandyke asked 12/7, 2011 at 13:14

4

Solved

I tried to create Excel document through openXml lib, but when i wanna create Excel from large number of data, server shoe me Unable to create mutex. (Exception from HRESULT: 0x80131464) error, the...
Sunda asked 19/10, 2013 at 11:40

© 2022 - 2024 — McMap. All rights reserved.