Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 99,978 for

workbook

(0.07 sec)
  1. 设置 PdfSaveOptions 和 ImageOrPrintOptions 的 Defau...

    了解如何用 Aspose.Cells for Node.js via C++ 设置 PdfSaveOptions 和 ImageOrPrintOptions 的 DefaultFont 属性。确保在字体缺失时正确渲染字体。...via C++ 会优先尝试设置工作簿的默认字体(即 Workbook.DefaultStyle.Font )。如果工作簿...file. const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  2. How to create Dynamic Scrolling Chart with Java...

    Learn how to create a dynamic scrolling chart using Aspose.Cells for JavaScript via C++. Our step-by-step guide will demonstrate how to implement smooth data transitions and automatic scrolling in your chart for a continuous and updated display...."text/javascript" > const { Workbook , SaveFormat , Utils , ChartType...async () => { // Create a new workbook and access the first worksheet...

    docs.aspose.com/cells/javascript-cpp/create-dyn...
  3. 通过 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....file const workbook = new AsposeCells . Workbook ( path . join..."samplePivotTableGlob.xlsx" )); workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/zh/nodejs-cpp/customize-g...
  4. A large row ID value truncated when row column ...

    Hi, I’ve enabled setPrintHeadings on a worksheet prior to converting it to PDF and I noticed that row IDs that are greater than 999 (i.e. 4 digits) are truncated in the PDF. (see screenshot) Is there a way to set the …...your Excel file Workbook workbook = new Workbook(filePath + "sample...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/a-large-row-id-value-truncat...
  5. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....Create an instance of Workbook Workbook book ; // Get the WorksheetCollection...Create an instance of Workbook Workbook book ; // Get the WorksheetCollection...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  6. 通过Node.js的C++检查VBA代码是否已签名|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查VBA代码项目是否已签名。...xlsm" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-vb...
  7. Check if VBA Code is Signed with C++|Documentation

    Learn how to check if VBA code in Excel files is signed using Aspose.Cells with C++....xlsm" ; // Create workbook Workbook workbook ( inputFilePath );...Code Project Signed: " << workbook . GetVbaProject (). IsSigned...

    docs.aspose.com/cells/cpp/check-if-vba-code-is-...
  8. 在工作表中查找形状的绝对位置(C++)|Documentation

    使用Aspose.Cells和C++确定形状在工作表中的绝对位置。...file inside the workbook object Workbook workbook ( srcDir + u "sample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/finding-absolute-p...
  9. How to Convert HTML to PDF with C++|Documentation

    This topic shows you how to convert HTML to PDF saveformat and MHTML to PDF saveformat using Aspose.Cells for C++.... Initialize a Workbook object. Save the output PDF...PDF document by calling the Workbook.Save() method. #include <iostream>...

    docs.aspose.com/cells/cpp/convert-html-to-pdf/
  10. 在工作表中将形状移到前面或后面,用Node.js通过C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将形状置于工作表的前面或后面。...file const workbook = new AsposeCells . Workbook ( sourceFilePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/send-shape-...