Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 104,106 for

workbook

(0.22 sec)
  1. 如何使用C++筛选空白或非空白|Documentation

    学习如何使用Aspose.Cells for C++ API筛选空白和非空白。...// Open the Excel file Workbook workbook ( u "sample.xlsx" ); //...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/how-to-filter-blan...
  2. Setting Headers and Footers with Node.js via C+...

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...excel = new AsposeCells . Workbook (); // Obtaining the reference...

    docs.aspose.com/cells/nodejs-cpp/setting-header...
  3. 如何用C++管理日期和时间|Documentation

    学习如何通过Aspose.Cells for C++ API管理日期和时间。...要在工作簿中使用此日期系统,请设置 Workbook::GetSettings()->SetDate1904(true)...Cells :: Startup (); Workbook workbook ; workbook . GetSettings ()...

    docs.aspose.com/cells/zh/cpp/how-to-manage-date...
  4. Manage Chart Data Labels in Presentations with ...

    Learn to add and format chart data labels in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET for more engaging slides....# Get the chart data workbook. workbook = chart . chart_data...chart_data . chart_data_workbook worksheet_index = 0 # Add a new series...

    docs.aspose.com/slides/python-net/chart-data-la...
  5. 在用C++通过JavaScript加载工作簿或工作表时筛选对象|Documentation

    学习在用C++通过Aspose.Cells for JavaScript加载工作簿或工作表时如何筛选数据..."text/javascript" > const { Workbook , SaveFormat , LoadOptions...Load the workbook with the above filter const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  6. Automating PowerPoint Generation in PHP: Create...

    Automate slide creation on cloud platforms with Aspose.Slides for PHP—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....-> setOverlay ( false ); $workbook = $chart -> getChartData ()...getCategories () -> add ( $workbook -> getCell ( $worksheetIndex...

    docs.aspose.com/slides/php-java/automating-powe...
  7. How to create a Shape and also edit with points...

    Here is the document for reference to know in detail edit points.zip (33.3 KB)... 25, 0, 270); Workbook workbook = new Workbook(); //add free...free form workbook.Worksheets[0].Shapes.AddFreeform(1, 0, 1, 0, 300...

    forum.aspose.com/t/how-to-create-a-shape-and-al...
  8. Sort Data in Worksheets|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.... Workbook myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/net/sort-data-in-worksheets/
  9. Assign Macro to Form Control|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....a Form Control inside the workbook. The following sample code...code creates a new workbook, assigns a macro code to a Form button...

    docs.aspose.com/cells/net/assign-macro-to-form-...
  10. 使用C++移除工作簿中的未使用样式|Documentation

    使用Aspose.Cells和C++在Excel工作簿中移除未使用的样式。...Cells提供了 Workbook.RemoveUnusedStyles() 以删除工作簿内所有未使用的样式。...以删除工作簿内所有未使用的样式。 以下代码说明了 Workbook.RemoveUnusedStyles() 的用法。该代码加载了...

    docs.aspose.com/cells/zh/cpp/remove-unused-styl...