Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 67,743 for

path

(0.12 sec)
  1. Add an OLE object in an Excel worksheet|Document

    Aspose.Cells Cloud REST API lets you add OLE objects to Excel worksheets. Use the API directly or via SDKs for C#, Java, PHP, Ruby, Node.js, Python, Perl, and Go....string path The workbook file name. sheetName string path The worksheet...

    docs.aspose.cloud/cells/oleobjects/add/
  2. Add a list object in an Excel worksheet|Document

    Learn how to add a list object (table) to an Excel worksheet using Aspose.Cells Cloud REST API. Includes request details, cURL example, and SDK code samples for multiple languages....name string path Document name. sheetName string path Worksheet...

    docs.aspose.cloud/cells/list-objects/add/
  3. Clear Contents and Styles of Cells in Excel Wor...

    Learn how to use Aspose.Cells Cloud REST API to clear cell contents and styles in an Excel worksheet, with examples in cURL and multiple SDKs....string path Name of the workbook. sheetName string path Name of...

    docs.aspose.cloud/cells/clear-contents-and-styl...
  4. How to Apply a PowerPoint Master/Theme from One...

    Hi team, I’m working on a PowerPoint Add-in using Office.js (taskpane) and a NestJS backend. The client requirement is to allow users to apply a branded PowerPoint template (master slide + theme) to their existing prese…...my end only when an incorrect path is passed to the copyMasterSlide...

    forum.aspose.cloud/t/how-to-apply-a-powerpoint-...
  5. Merge cells in the worksheet.

    Aspose.Cells Cloud provides robust support for merging cells in the worksheet, a process known for its intricacy....OpenRead( "path/to/datasource1.xlsx" ) }, {..."datasource2.xlsx" , File.OpenRead( "path/to/datasource2.xlsx" ) } };...

    products.aspose.cloud/cells/net/merge/
  6. 通过云端 Python SDK 向 PDF 添加书签

    使用 Aspose.PDF Cloud SDK 在 Python 中向 PDF 文件添加书签。改善文档导航和结构。...logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r "C: \\ Projects \\ ASPOSE...

    products.aspose.cloud/pdf/zh/python/bookmarks/add/
  7. 通过 Aspose.Pdf Cloud Python SDK 从 PDF 文档中提取附件

    使用 Python 和 Aspose.PDF Cloud SDK 从 PDF 中检索附件。高效访问嵌入内容。...logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r "C: \\ Projects \\ ASPOSE...

    products.aspose.cloud/pdf/zh/python/attachments...
  8. CalendarGetAsFileRequest|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... [optional] folder string Path to folder in storage. [optional]...

    docs.aspose.cloud/email/reference-model-calenda...
  9. 通过云 Java SDK 解析 PDF 以按 Id 提取图像

    使用 Aspose.PDF 云 SDK for Java 解析 PDF 文件,以按 Id 提取图像。增强可发现性和索引功能。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/zh/java/parser/image-...
  10. Replace Tables in PDF via Cloud Python SDK

    Replace PDF table data programmatically in Python with Aspose.PDF Cloud SDK....logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r "C: \\ Projects \\ ASPOSE...

    products.aspose.cloud/pdf/python/table/replace/