Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 86,486 for

project

(0.13 sec)
  1. Hyperlinks and OLE Object links - Free Support ...

    Hi Aspose team, I am evaluating components and currently have some questions in regard to Tasks. I need to access hyperlinks/OLE Object links created in Project file and make some changes. For example, I have Task w…...hyperlinks/OLE Object links created in Project file and make some changes...OLE Objects inserted into Project document. Thanks in advance...

    forum.aspose.com/t/hyperlinks-and-ole-object-li...
  2. File Formats Supported by Aspose.Tasks for Java...

    Explore the supported file formats by Aspose.Tasks for Java. Learn about document conversion and editing capabilities....Description Load Save Microsoft Project 2003/2007/2010/2013/2016/2019...Microsoft Project Online formats are supported Microsoft Project XML...

    docs.aspose.com/tasks/java/supported-file-formats/
  3. Process Excel Files in Go (Golang) Using Aspose...

    How to quickly integrate Aspose.Cells for Go via C++ for Excel operations...in your project # Create a directory for your project and a main...to your main.go. Initialize project go.mod go mod init main Fetch...

    blog.aspose.com/cells/process-excel-files-in-go...
  4. Check if VBA Code is Signed|Documentation

    Check if the vba code is signed with Aspose.Diagram library....user to check if the VBA code project is signed or not. Please use...property to check if the VBA code project is signed or not. The following...

    docs.aspose.com/diagram/net/check-if-vba-code-i...
  5. Check if VBA Code is Signed|Documentation

    Check if the vba code is signed with Aspose.Diagram library....user to check if the VBA code project is signed or not. Please use...property to check if the VBA code project is signed or not. The following...

    docs.aspose.com/diagram/java/check-if-vba-code-...
  6. How to Convert MPP to Excel using Java

    This topic provides details about how to convert MPP to Excel using Java. You can export a MPP file to Excel using Java with the help of a well defined steps and sample code containing few of lines of code....an application to export MS Project file to Excel using Java that...file using an instance of the Project class to convert MPP to Excel...

    kb.aspose.com/tasks/java/how-to-convert-mpp-to-...
  7. Creating a Calendar in PHP | Aspose.Tasks Docum...

    This article explains how to create calendar components in PHP using Aspose.Tasks Java for PHP.... Copy 1 $project = new Project( 'test_tasks.mpp' );...); 2 3 $cal1 = $project -> getCalendars () -> add ( "no info"...

    docs.aspose.com/tasks/java/creating-a-calendar-...
  8. 使用JavaScript通过C++为Excel工作簿的VBA项目设置密码保护|Document...

    学习如何使用Aspose.Cells for JavaScript通过C++为Excel工作簿的VBA项目设置密码保护。...head > < title > Protect VBA Project Example </ title > </ head...body > < h1 > Protect VBA Project Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/passwor...
  9. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....byte representation of VBA project, the new IVbaProject interface...IVbaProject property to manage VBA projects embedded in a presentation...

    docs.aspose.com/slides/net/public-api-and-backw...
  10. Merge XML to MPP via C++

    Sample C++ merging code XML to MPP. Use example code for batch XML files to MPP merging within any C++ Application.... Load first file as project with Project class Decide what entities...Load other files as project objects with Project class Add target...

    products.aspose.com/tasks/cpp/merger/xml-to-mpp/