Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 104,099 for

workbook

(0.23 sec)
  1. Copying and Moving Worksheets|Documentation

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the Aspose.Cells for Python via .NET API....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets , complete with...

    docs.aspose.com/cells/python-net/copying-and-mo...
  2. Get Paper Width and Height of Page Setup of Wor...

    Discover how to retrieve the Excel worksheet's page‑setup paper width and height using JavaScript via C++ programmatically...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...otherwise create a new workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/javascript-cpp/get-paper-...
  3. How to set the category axis with Node.js via C...

    Learn how to set the category axis in Aspose.Cells for Node.js via C++. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....in sample code Create a new workbook. Create a new chart in the...the value axis and save the workbook to view the result. Sample...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-cat...
  4. Workbook.CalculateFormula is very time consumin...

    Workbook wb = new Workbook(@“Test.xlsx”); Stopwatch sw = Stopwatch.StartNew(); wb.CalculateFormula(); Console.WriteLine($“{sw.ElapsedMilliseconds}ms”); It will take about 1 minite to calculate formula. Test.7z (556.…...Workbook.CalculateFormula is very time consuming (with non-existing...14, 2025, 3:04am 1 Workbook wb = new Workbook(@“Test.xlsx”); Stopwatch...

    forum.aspose.com/t/workbook-calculateformula-is...
  5. 用 C++ 加密和解密Excel文件|Documentation

    如何使用 C++ 加密和解密Excel文件。锁定和解锁Excel文件。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...Specify XOR encryption type workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  6. 利用 C++ 和 Node.js 导出与 XML 映射关联的 XML 数据到 Excel 工作...

    学习如何使用 Aspose.Cells for Node.js via C++ 导出工作簿中与 XML 映射关联的 XML 数据。...导出链接到工作簿中的 XML 映射的 XML 数据 请使用 Workbook.exportXml() 方法导出工作簿内与XML映...Instantiating a Workbook object. const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/export-xml-...
  7. Freeze First Column(s) of Excel Worksheet with ...

    Learn how to freeze left columns of Excel worksheets programmatically using Aspose.Cells for Node.js via C++.... Construct a Workbook to open an existing file or...or create a new workbook. Freeze the first column with the Worksheet...

    docs.aspose.com/cells/nodejs-cpp/how-to-freeze-...
  8. Use Custom XML Parts in Aspose.Cells with Node....

    Learn how to use custom XML parts in Aspose.Cells for Node.js via C++. Integrate external XML data within Excel files seamlessly....XML that will be injected to Workbook const booksXML = `<catalog>...an instance of Workbook class const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/use-custom-xml...
  9. 用JavaScript通过C++在文档信息面板中添加自定义属性|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++给工作簿对象添加自定义属性。这些属性可以在文档信息面板中查看。...id = "runExample" > Create Workbook with Custom Properties </..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/adding-...
  10. Refresh and Calculate Pivot Table having Calcul...

    Refresh and calculate pivot table with calculated items using Aspose.Cells with C++....Cells APIs, and then save the workbook in PDF format. The results...srcDir + u "sample.xlsx" ; Workbook workbook ( sampleFilePath ); //...

    docs.aspose.com/cells/cpp/refresh-and-calculate...