Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 102,326 for

workbook

(0.08 sec)
  1. 用 JavaScript 通过 C++ 处理线程化评论|Documentation

    使用 C++ 脚本管理 Excel 文件中的线程化评论。学习添加、读取、编辑和删除线程化评论。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Create a new workbook const workbook = new Workbook (); // Add...

    docs.aspose.com/cells/zh/javascript-cpp/threade...
  2. Set DefaultFont property of PdfSaveOptions and ...

    Learn to prioritize font settings when saving documents with Aspose.Cells in C++....DefaultFont for all the text in a workbook that has a missing (not installed)...to set the Workbook’s default font (i.e., Workbook.DefaultStyle...

    docs.aspose.com/cells/cpp/set-defaultfont-prope...
  3. How to Check Frozen State without Excel with C+...

    In this article, you will learn how to check the frozen state of an Excel worksheet programmatically using C++ with the Aspose.Cells API.... Construct a Workbook to open the file. Check whether...Create the workbook from the specified file Workbook workbook ( u "Frozen...

    docs.aspose.com/cells/cpp/how-to-check-frozen-s...
  4. 使用C++禁用导出帧脚本和文档属性|Documentation

    使用Aspose.Cells和C++禁用导出帧脚本与文档属性。..." ); // Open the required workbook to convert U16String inputFilePath...+ u "Sample1.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/zh/cpp/disable-exporting-...
  5. 禁用Node.js via C++中图表数据标签的换行功能|Documentation

    学习如何在Aspose.Cells for Node.js via C++中禁用图表中数据标签的文本换行。我们的指南将向您展示如何防止长标签重叠,从而提供更清晰易懂的图表显示。...file inside the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the first worksheet const...

    docs.aspose.com/cells/zh/nodejs-cpp/disable-tex...
  6. Save Specified Worksheets to PDF with Node.js v...

    Learn how to save specified worksheets to PDF using Aspose.Cells for Node.js via C++....all visible worksheets in a workbook to a PDF file. With the PdfSaveOptions...file const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/save-specified...
  7. Change Slicer Properties with C++|Documentation

    Change the properties of a Slicer in Excel files using Aspose.Cells with C++.... It saves the workbook as outputChangeSlicerPr.xlsx...02_OutputDirectory \\ " ); Workbook workbook ( sourceDir + u "sampleCreateSlicerTo...

    docs.aspose.com/cells/cpp/change-slicer-propert...
  8. Disable Text Wrapping for Data Labels of the Ch...

    Learn how to disable text wrapping for data labels in charts using Aspose.Cells for C++. Our guide will show you how to prevent long labels from overlapping and provide more readable and clear chart displays....file inside the workbook object Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/disable-text-wrapping...
  9. How to change background in comment in Excel wi...

    How to change color in comment and insert picture or image in comment in Excel using Aspose.Cells for Node.js via C++....is used to initialize the Workbook object in the code below....new workbook. const workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-com...
  10. Copy Range Data Only with JavaScript via C++|Do...

    Learn how to copy data from one range of cells to another using Aspose.Cells for JavaScript via C++....example shows how to: Create a workbook. Add data to cells in the..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/copy-range...