Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 82,065 for

workbook

(0.06 sec)
  1. Aspose.Cells 8.8.3 中的公共 API 更改|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....an instance of Workbook var book = new Workbook (); // Access...); // Create an instance of Workbook and load an existing spreadsheet...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. Resampling Added Images - Excel to PDF Conversi...

    Learn how to compress images added in Excel files to reduce PDF size and improve conversion performance using Aspose.Cells for Node.js via C++....Initialize a new Workbook // Open an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "input.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/resampling-add...
  3. 数据验证与C++|Documentation

    学习如何通过Aspose.Cells for C++ API添加数据验证。...); // Create a workbook object Workbook workbook ; // Create a...Worksheet ExcelWorkSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/data-validation/
  4. Keep Separators for Blank Rows while exporting ...

    Learn how to keep separators for blank rows when exporting spreadsheets to CSV format using Aspose.Cells with C++....xlsx" ; // Create a Workbook object and opening the file...file from its path Workbook workbook ( inputFilePath ); // Instantiate...

    docs.aspose.com/cells/cpp/keep-separators-for-b...
  5. 在 Node.js 和 C++ 中用图像作为纹理平铺在形状内|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 将一张小图片作为纹理平铺在形状内...file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/tile-pictur...
  6. Merge XLTX Files Online or using C++ | products...

    Free online app to combine different XLTX files. C++ merging library code to merge XLTX worksheets into other formats....XLTX using Workbook objects. Select the one Workbook as the base...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/cpp/merge/xltx/
  7. 在Ruby中将工作表转换为SVG|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....代码 def worksheet_to_svg ( workbook ) # Convert each worksheet...into svg format sheet_count = workbook . getWorksheets () . getCount...

    docs.aspose.com/cells/zh/java/converting-worksh...
  8. 用 C++ 从 ODS 文件读取图表字幕|Documentation

    学习如何使用 Aspose.Cells for C++ 从 OpenDocument Spreadsheet (ODS) 文件中读取图表字幕。我们的指南将演示如何提取和访问图表字幕以进行进一步分析或显示。...file containing charts Workbook workbook ( srcDir + u "SampleChart...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/read-chart-subtitl...
  9. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for Node.js via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legion for improved visual appeal and data representation....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/custom-slice-o...
  10. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in Java...worksheet IChartDataWorkbook workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( defaultWorksheetInde...

    docs.aspose.com/slides/java/chart-data-label/