Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 103,581 for

workbook

(0.1 sec)
  1. Specify Job or Document Name while printing wit...

    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....document name while printing your workbook or worksheet using the WorkbookRender...job name while printing your workbook or worksheet. Specify Job...

    docs.aspose.com/cells/java/specify-job-or-docum...
  2. 使用 C++ 将特定工作表导出为 PDF|Documentation

    使用 Aspose.Cells 与 C++ 导出特定工作表为 PDF。...the template excel file Workbook workbook ( u "sheetset-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/save-specified-wor...
  3. Set DefaultFont property of PdfSaveOptions and ...

    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....DefaultFont to all the text in the workbook that has a missing (not installed)...try to set Workbook’s default font (i.e., Workbook.DefaultStyle...

    docs.aspose.com/cells/java/set-defaultfont-prop...
  4. Chart to Image with Node.js via C++|Documentation

    Learn how to use Aspose.Cells for Node.js via C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook const...

    docs.aspose.com/cells/nodejs-cpp/chart-to-image/
  5. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing Excel files using Aspose.Cells for Node.js via C++.... Open the workbook that you don’t want others...close the code, return to the workbook, and now when you try to print...

    docs.aspose.com/cells/nodejs-cpp/how-to-prevent...
  6. Lock or unlock shapes with JavaScript via C++|D...

    This article shows you code explaining how to lock or unlock shapes to protect them using Aspose.Cells library for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , ProtectionType...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/lock-or-un...
  7. Freeze panes of Excel Worksheet with C++|Docume...

    In this article, you will learn how to freeze panes of Excel worksheets programmatically using the C++ library with the Aspose.Cells API.... Construct a Workbook to open an existing file or...Startup (); // Instantiate a new Workbook U16String inputFilePath (...

    docs.aspose.com/cells/cpp/how-to-freeze-panes-o...
  8. Get Connection Points from Shape with C++|Docum...

    Learn how to retrieve shape connection points using Aspose.Cells for C++....01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sampleGetFonts...); Vector < Font > fonts = workbook . GetFonts (); for ( int i...

    docs.aspose.com/cells/cpp/get-connection-points...
  9. 在保存为 PDF 时使用 C++ 通过 JavaScript 打印批注|Documentation

    学习如何在使用 C++ 通过 JavaScript 将 Excel 文档保存为 PDF 时打印批注。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/print-c...
  10. 识别自闭合标签,使用 JavaScript 通过 C++|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...."text/javascript" > const { Workbook , SaveFormat , HtmlLoadOptions...Html ); // Instantiating a Workbook object by loading the HTML...

    docs.aspose.com/cells/zh/javascript-cpp/recogni...