Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 102,523 for

workbook

(0.15 sec)
  1. 如何使用 JavaScript 结合 C++ 创建瀑布图|Documentation

    使用 JavaScript 和 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中创建瀑布图。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...getElementById ( 'fileInput' ); // Load workbook from selected file if provided...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  2. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the C++ API or Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/show-and-hide-gridlin...
  3. Dynamic add a svg picture not work when convert...

    Hi, I am using aspose-20.12. I want to add a svg picture before save to html. but in the html, can not found the picture. Workbook Workbook = new Workbook("excel-normal3.xlsx"); Worksheet worksheet = Workbook.getWorksh…... Workbook workbook = new Workbook("excel-normal3...xlsx"); Worksheet worksheet = workbook.getWorksheets().get(0); PictureCollection...

    forum.aspose.com/t/dynamic-add-a-svg-picture-no...
  4. 使用 JavaScript 通过 C++ 复制和移动工作表的示例代码,描述了如何在工作簿内以及...

    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 JavaScript via C++ API....Example - Copy Sheet Within Workbook </ title > </ head > < body...> < h1 > Copy Sheet Within Workbook Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/copying...
  5. Change Adjustment Values of the Shape with Java...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Create workbook object from source Excel file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/change-adj...
  6. AutoFit Rows for Merged Cells with JavaScript v...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for JavaScript via C++. Implement auto-fit functionality for merged cells in spreadsheets....following code; it creates a workbook object and adds multiple worksheets..."text/javascript" > const { Workbook , SaveFormat , AutoFitterOptions...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  7. Freeze Panes in PHP|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....by Excel file path $workbook = new Workbook ( $dataDir . "book...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/java/freeze-panes-in-php/
  8. Rich Text Custom Data Label of Chart Point with...

    Learn how to add rich text custom data labels to chart points in Aspose.Cells for Node.js via C++. Our guide will show you how to format the labels with different fonts, colors, and alignment options to enhance the appearance and readability of your charts....Create a workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "sample_custom_datalabel...

    docs.aspose.com/cells/nodejs-cpp/rich-text-cust...
  9. 将Excel工作簿转换为Ods、Sxc和Fods(OpenOffice / LibreOffi...

    如何通过Aspose.Cells for JavaScript使用C++将Excel转换为Ods(OpenOffice / LibreOffice Calc)或将Ods(OpenOffice / LibreOffice Calc)转换为Excel。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  10. Adding HTML Rich Text inside the Cell with C++|...

    Learn how to add HTML Rich Text inside the Cell through the Aspose.Cells for C++ API....); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/adding-html-rich-text...