Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 87,186 for

workbook

(0.15 sec)
  1. 使用 C++ 通过 Node.js 加载无图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在不含图表的情况下加载Excel文件。...the workbook with specified load options const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "chart.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/load-source...
  2. 通过Node.js和C++为Excel工作簿的VBA项目设置密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++为Excel工作簿的VBA项目加密密码。... const workbook = new AsposeCells . Workbook ( path . join...project of the workbook. const vbaProject = workbook . getVbaProject...

    docs.aspose.com/cells/zh/nodejs-cpp/password-pr...
  3. Convert Chart to Images|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....Instantiating a Workbook object Workbook workbook = new Workbook (); //...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet sheet...

    docs.aspose.com/cells/net/convert-chart-to-images/
  4. 在PHP中将工作表转换为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....//Create a workbook object from the template file $workbook = new...new Workbook ( $path ); //Convert each worksheet into svg format...

    docs.aspose.com/cells/zh/java/converting-worksh...
  5. 在渲染电子表格为HTML时设置默认字体,使用C++|Documentation

    学习如何使用Aspose.Cells for C++在渲染电子表格为HTML时设置默认字体。...Create workbook object and access first worksheet Workbook wb ;...SetStyle ( st ); // Now save the workbook in html format and set the...

    docs.aspose.com/cells/zh/cpp/set-default-font-w...
  6. 在Node.js和C++中设置默认字体以渲染电子表格为HTML|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....__dirname , "data" ); // Create workbook object and access first worksheet...const wb = new AsposeCells . Workbook (); const ws = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  7. 在 Ruby 中自动调整行和列|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  8. 将每个工作表保存为不同的 PDF 文件,使用 C++|Documentation

    了解如何使用 Aspose.Cells for C++ 将 Excel 文件中的每个工作表保存为单独的 PDF 文件。...xlsx" ; // Instantiate a new workbook and open the Excel file from...from its location Workbook workbook ( filePath ); // Get the count...

    docs.aspose.com/cells/zh/cpp/save-each-workshee...
  9. How to create Combo chart with C++|Documentation

    Learn how to create a combo chart using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....(); // Create the workbook Workbook workbook ( u "combo.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-combo-chart/
  10. 如何用Node.js通过C++控制工作簿视图|Documentation

    了解如何通过Aspose.Cells for Node.js via C++ API控制工作簿视图。...Instantiating an Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Obtaining the reference of the newly added...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-cont...