Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 104,120 for

workbook

(0.28 sec)
  1. Group Pivot Fields in the Pivot Table|Documenta...

    How to group Pivot Fields in the Pivot Table with Aspose.Cells for JavaScript via C++....pivot table and saves the workbook as the output Excel file ..."text/javascript" > const { Workbook , SaveFormat , PivotGroupByType...

    docs.aspose.com/cells/javascript-cpp/group-pivo...
  2. Embed Attachment to PDF with C++|Documentation

    Learn how to embed attachments into PDF using Aspose.Cells with C++....Open the template file Workbook workbook ( u "embedded-attachments-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/cpp/embed-attachment-to-pdf/
  3. Specifying DBNum Custom Pattern Formatting with...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports formatting dates and numbers using custom formatting patterns. This article will show you how to use the Aspose.Cells library to specify the 'dbnum' custom format pattern so that users have more control over how numbers are displayed....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...SetColumnWidth ( 0 , 30 ); // Save the workbook in output pdf format wb ....

    docs.aspose.com/cells/cpp/specifying-dbnum-cust...
  4. Working with ContentTypeProperties with Golang ...

    Add custom ContentTypeProperties to an Excel file using Aspose.Cells with Golang via C++....Cells provides Workbook.ContentTypePropertie.Add method...Sample Code Replace text in a workbook using a regular expression...

    docs.aspose.com/cells/go-cpp/working-with-conte...
  5. Copying formulas with cell referecing other she...

    Hi, I have a Workbook with following formula in cell G3 in Sheet1 which is referencing Sheet2. When I try to copy this formula to cell C3 in Sheet1, the relative cell reference part is the same as source and won’t ajust…...2025, 1:56am 1 Hi, I have a workbook with following formula in...Load your workbook Workbook workbook = new Workbook("path/to/your/workbook...

    forum.aspose.com/t/copying-formulas-with-cell-r...
  6. 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...
  7. 用JavaScript via C++保护PDF文档|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++通过设置所有者密码和用户密码以及权限来保护PDF文件。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/secure-...
  8. 在 JavaScript 通过 C++ 使用 HtmlSaveOptions.tableCss...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 对 HTML 中的表格元素样式进行前缀。..."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...file selected - create a new workbook as in original JavaScript...

    docs.aspose.com/cells/zh/javascript-cpp/prefix-...
  9. 用JavaScript通过C++设置主轴和副轴|Documentation

    学习如何理解和使用Aspose.Cells for JavaScript通过C++中的主轴和副轴。我们的指南将帮助您理解主轴与副轴的区别,以及如何有效配置和使用它们。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/primary...
  10. 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...