Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 99,948 for

workbook

(0.08 sec)
  1. Output Blank Page when there is Nothing to Prin...

    Handle empty worksheets and print blank pages with Aspose.Cells using C++....sample code creates an empty workbook that has an empty worksheet...02_OutputDirectory \\ " ); // Create workbook Workbook wb ; // Access first worksheet...

    docs.aspose.com/cells/cpp/output-blank-page-whe...
  2. Protecting Worksheets with C++|Documentation

    Learn how to protect worksheets, rows, columns, and specific cells in Microsoft Excel files using Aspose.Cells with C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/protecting-worksheets/
  3. Convert XLSX File to PDF Format with JavaScript...

    This guide explains how to convert an Excel file (XLSX) to PDF format using Aspose.Cells for JavaScript via C++.... The workbook contains worksheets with charts..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/convert-xl...
  4. 使用Node.js通过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....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-the...
  5. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....property, and then saves the workbook to the output Excel file ...Load your source Excel file Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/working-with-the-shad...
  6. 支持使用 C++ 在命名范围公式中支持德语区域设置|Documentation

    学习如何使用 Aspose.Cells 与 C++ 处理德语区域的命名范围公式。...); // Load the source workbook Workbook wbSource ( srcDir + u...SetRefersTo ( value ); // Save the workbook with the new named range wbSource...

    docs.aspose.com/cells/zh/cpp/support-for-german...
  7. 用 C++ 添加带内置样式的文字艺术(WordArt)文本|Documentation

    学习如何用 Aspose.Cells for C++ 添加带内置样式的文字艺术文本。...\\ " ); // Create workbook object Workbook wb ; // Access first... 100 , 800 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/add-word-art-text-...
  8. 更改单元格的格式|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库更改单元格格式,包括字体、颜色、边框等。通过调整这些属性,可以更好地控制单元格的外观。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  9. Excel to PDF:The page content is not centered -...

    When I use the following code to convert, the Excel content is displayed on the left in the PDF, but I want it to be displayed in the center. How can I solve this problem? Actual effect: image.png (15.9 KB) Expected r…...8 KB) Workbook wbk = null; try { wbk = new Workbook(srcFile);...snippet: Workbook wbk = null; try { wbk = new Workbook(srcFile);...

    forum.aspose.com/t/excel-to-pdf-the-page-conten...
  10. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for JavaScript via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legend for improved visual appeal and data representation...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/custom-sli...