Sort Score
Result 10 results
Languages All
Labels All
Results 4,671 - 4,680 of 105,243 for

workbook

(0.17 sec)
  1. 删除工作表中的空白列和行时更新其他工作表中的引用|Documentation

    学习如何在使用Aspose.Cells for JavaScript通过C++删除工作表中的空白列和行时,保持对其他工作表的引用。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells... arrayBuffer (); wb = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/update-...
  2. 通过C++的JavaScript将PdfSaveOptions和ImageOrPrintOpt...

    了解如何使用C++的Aspose.Cells for JavaScript设置PdfSaveOptions和ImageOrPrintOptions的DefaultFont属性,确保在字体缺失时正确渲染字体。...JavaScript会首先尝试设置工作簿的默认字体(即 Workbook.DefaultStyle.Font )。如果工作簿..."text/javascript" > const { Workbook , SaveFormat , ImageOrPrintOptions...

    docs.aspose.com/cells/zh/javascript-cpp/set-def...
  3. Specify whether the PivotTable is compatible fo...

    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 , Worksheet ...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/specify-wh...
  4. Provide exported worksheet HTML file path via I...

    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" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/provide-export...
  5. 透视表和源数据|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 , Utils } = AsposeCells...Instantiating a Workbook object using uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/pivot-t...
  6. 使用JavaScript通过C++检索SQL连接数据。|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....Cells for JavaScript通过C++提供了 Workbook.dataConnections 属性,用于检索外部..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/retriev...
  7. SIGSEGV Crash During Excel to PDF Conversion wi...

    We are experiencing a critical SEGMENTATION FAULT (SIGSEGV) when converting Excel files containing embedded images to PDF using Aspose.Cells for Node.js with an OEM license. The application crashes during the NAPI cleanu…...length; i++) { let workbook: Workbook | null = null; try {...images into Aspose workbook workbook = new Workbook(tmpExcelPath);...

    forum.aspose.com/t/sigsegv-crash-during-excel-t...
  8. 用 JavaScript 通过 C++ 在饼图中自定义切片或扇区颜色|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 自定义饼图中的切片和扇区颜色。我们的指南将演示如何为每个切片、扇区或区域分配独特的颜色,以增强视觉吸引力和数据表现。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/custom-...
  9. Add Custom XML Parts and Select them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for JavaScript via C++.... Please use the Workbook.customXmlParts collection...Part by ID, you can use the Workbook.customXmlParts collection...

    docs.aspose.com/cells/javascript-cpp/add-custom...
  10. Create Pivot Tables and Pivot Charts|Documentation

    How to add Pivot Tables and Pivot Charts with Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate a new Workbook const workbook = new Workbook (); // Obtain...

    docs.aspose.com/cells/javascript-cpp/create-piv...