Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 102,518 for

workbook

(0.06 sec)
  1. 使用C++设置工作簿的公式计算模式|Documentation

    本文介绍如何使用C++通过Aspose.Cells库设置Microsoft Excel中工作簿的公式计算模式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法设置公式计算模式并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...xlsx" ; // Create a workbook Workbook workbook ; // Set the Formula...Calculation Mode to Manual workbook . GetSettings (). GetFormulaSettings...

    docs.aspose.com/cells/zh/cpp/setting-formula-ca...
  2. Enable CSS Custom Properties while saving to HT...

    Learn how to enable CSS custom properties when saving Excel files to HTML using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/enable-css...
  3. 更改数据透视表的布局|Documentation

    如何使用Aspose.Cells for Java脚本通过C++改变数据透视表的布局。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/changin...
  4. Setting Pivot Table Option - For Empty Cells Sh...

    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 } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/setting-pi...
  5. 使用JavaScript通过C++更改HTML链接目标类型|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++更改HTML链接目标类型,控制HTML链接中的target属性。..."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  6. How to Manage Dates and Times|Documentation

    Learn how to manage dates and times through the Aspose.Cells for JavaScript via C++ API....date system is used in the workbook by default. The 1904 date...use this date system in the workbook, set the WorkbookSettings...

    docs.aspose.com/cells/javascript-cpp/how-to-man...
  7. Creating Pie Chart with Leader Lines using Java...

    Learn how to use Aspose.Cells for JavaScript via C++ to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....we will first create a new Workbook and input some data that will..."text/javascript" > const { Workbook , SaveFormat , ChartType ...

    docs.aspose.com/cells/javascript-cpp/creating-p...
  8. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the C++ API or library sample code to determine if Paper Size of Worksheet is Automatic programmatically....\\ " ); // Load the first workbook with automatic paper size...size set to false Workbook wb1 ( sourceDir + u "samplePageSetupIsAut-False...

    docs.aspose.com/cells/cpp/determine-if-paper-si...
  9. HTML with Golang via C++|Documentation

    Convert Excel to HTML and MHTML format using Aspose.Cells with Golang via C++....[ Hide ] Converting Excel Workbook to HTML The Aspose.Cells API...below shows how to save a workbook as an HTML file using C++:...

    docs.aspose.com/cells/go-cpp/convert-excel-to-h...
  10. Optimizing Memory Usage while Working with Big ...

    Learn how to optimize memory usage when working with large Excel files using Aspose.Cells with C++....Contents [ Hide ] When building a workbook with large data sets, or reading...MemoryPreference ); // Instantiate the Workbook // Load the big Excel file...

    docs.aspose.com/cells/cpp/optimizing-memory-usa...