Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 99,951 for

workbook

(0.21 sec)
  1. 在工作表中将形状移到前面或后面,用Node.js通过C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将形状置于工作表的前面或后面。...file const workbook = new AsposeCells . Workbook ( sourceFilePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/send-shape-...
  2. 在将电子表格导出为CSV格式时,保持空白行的分隔符(使用C++)|Documentation

    学习如何在使用Aspose.Cells与C++导出CSV格式时保持空白行的分隔符。...xlsx" ; // Create a Workbook object and opening the file...file from its path Workbook workbook ( inputFilePath ); // Instantiate...

    docs.aspose.com/cells/zh/cpp/keep-separators-fo...
  3. 使用C++按名称访问文本框|Documentation

    了解如何使用Aspose.Cells for C++按名称访问文本框。...object of the Workbook class Workbook workbook ; // Access first...collection Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/access-the-text-bo...
  4. How to Convert HTML to PDF with C++|Documentation

    This topic shows you how to convert HTML to PDF saveformat and MHTML to PDF saveformat using Aspose.Cells for C++.... Initialize a Workbook object. Save the output PDF...PDF document by calling the Workbook.Save() method. #include <iostream>...

    docs.aspose.com/cells/cpp/convert-html-to-pdf/
  5. 在工作表中查找形状的绝对位置(C++)|Documentation

    使用Aspose.Cells和C++确定形状在工作表中的绝对位置。...file inside the workbook object Workbook workbook ( srcDir + u "sample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/finding-absolute-p...
  6. Add Cells to Microsoft Excel Formula Watch Wind...

    How to use the Aspose.Cells library to add cells to the formula watch window in Excel using Node.js via C++. By loading an existing Excel file or creating a new one, you can manipulate the cells in it and set formulas. Finally, you save the modified Excel file to disk.... It then saves the workbook as an output Excel file ....empty workbook. const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/add-cells-to-m...
  7. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....Create an instance of Workbook Workbook book ; // Get the WorksheetCollection...Create an instance of Workbook Workbook book ; // Get the WorksheetCollection...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  8. Reading CSV File with Multiple Encodings using ...

    Learn how to read CSV files with multiple encodings using Aspose.Cells for Node.js via C++....into Workbook const workbook = new AsposeCells . Workbook ( filePath...// Save it in XLSX format workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/reading-csv-fi...
  9. Access the Text Box by the Name with C++|Docume...

    Learn how to access a text box by its name using Aspose.Cells for C++....object of the Workbook class Workbook workbook ; // Access the...collection Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/access-the-text-box-b...
  10. 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 open the file from...from its path Workbook workbook ( inputFilePath ); // Instantiate...

    docs.aspose.com/cells/cpp/keep-separators-for-b...