Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 102,528 for

workbook

(0.21 sec)
  1. 如何用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...
  2. Convert-JSON-to-Excel|Documentation

    Learn how to convert JSON to Excel file with Aspose.Cells for Python via .NET API....file to Excel Workbook. Convert JSON to Excel Workbook No need to...settings for importing JSON to Workbook. The following code example...

    docs.aspose.com/cells/python-net/convert-json-t...
  3. 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...
  4. Merge Files with C++|Documentation

    Learn how to merge Excel files efficiently using Aspose.Cells for C++....formatting, and formulas, the Workbook.Combine() method can be used...used to combine several workbooks, and the Worksheet.Copy() method...

    docs.aspose.com/cells/cpp/merge-files/
  5. 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...
  6. Add Word Art Watermark to Chart|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....new workbook. // Open the existing Excel file. Workbook workbook...workbook = new Workbook ( dataDir + "AsposeChart.xls" ); // Get the...

    docs.aspose.com/cells/java/add-word-art-waterma...
  7. Convert Revision of XLSB to XLSM with C++|Docum...

    Learn to convert revisions of XLSB files into XLSM format using Aspose.Cells with C++....Create workbook from the input file Workbook workbook ( inputFilePath...inputFilePath ); // Save Workbook to XLSM format workbook . Save ( outDir...

    docs.aspose.com/cells/cpp/convert-revision-of-x...
  8. 使用 Node.js + C++ 在 Excel 文件中自动填充区域|Documentation

    学习如何在Excel文件的指定范围内执行自动填充操作,使用 Aspose.Cells for Node.js via C++。...Create a Workbook const workbook = new AsposeCells . Workbook ( filePath...// Get Cells const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/autofill-ra...
  9. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the C++ API to set custom paper size of your desired worksheets when rendering Excel file to PDF file format programmatically....the first worksheet in the workbook. Please also see the output...Cells-for-C // Create workbook object Workbook wb ; // Access first...

    docs.aspose.com/cells/cpp/implement-custom-pape...
  10. 用Node.js通过C++在工作表中添加WordArt水印|Documentation

    学习如何使用Aspose.Cells for Node.js via C++向工作表添加WordArt作为背景水印。...new Workbook const workbook = new AsposeCells . Workbook ();...default sheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-wordart...