Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 82,286 for

workbook

(0.06 sec)
  1. Convert Revision of XLSB to XLSM with Node.js v...

    Learn how to fully convert revisions of XLSB files into XLSM format using Aspose.Cells for Node.js via C++....Open workbook const workbook = new AsposeCells . Workbook ( filePath...filePath ); // Save Workbook to XLSM format workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/convert-revisi...
  2. 在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....Ruby 将其文件保存到某个存储位置,那么他们可以在调用 Workbook 对象的 save 方法时指定文件名(包括完整的存储路径)和所需的文件格式(使用...default (Excel2003) format workbook . save ( data_dir + "Book1...

    docs.aspose.com/cells/zh/java/saving-files-in-r...
  3. Render Solid Gridline while converting Excel to...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/render-solid-g...
  4. 在VSTO和Aspose.Cells中为单元格添加超链接|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....Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/add-hyperlinks-to-...
  5. 使用C++将范围插入Excel|Documentation

    学习如何使用Aspose.Cells和C++将范围插入Excel文件。...Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/zh/cpp/insert-ranges-to-e...
  6. 使用 C++ 在 Node.js 中获取工作表中的最大范围|Documentation

    本文描述了如何使用 Aspose.Cells for Node.js via C++ 获取 Excel 文件的最大范围、最大数据范围和最大显示范围。...the workbook const workbook = new AsposeCells . Workbook ( filePath...the book. const worksheets = workbook . getWorksheets (); const...

    docs.aspose.com/cells/zh/nodejs-cpp/get-max-ran...
  7. Reading CSV File with Multiple Encodings|Docume...

    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....file into Workbook Workbook workbook = new Workbook ( filePath...); //Save it in XLSX format workbook . save ( filePath + ".out...

    docs.aspose.com/cells/java/reading-csv-file-wit...
  8. How to check Frozen State without Excel with C+...

    In this article, you will learn how to check the frozen state of an Excel worksheet programmatically using C++ with the Aspose.Cells API.... Construct Workbook to open the file. Check whether...Create the workbook from the specified file Workbook workbook ( u "Frozen...

    docs.aspose.com/cells/cpp/how-to-check-frozen-s...
  9. Export print area range to HTML with Node.js vi...

    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....Following sample code loads a workbook and then exports print area...file. const workbook = new AsposeCells . Workbook ( sourceFilePath...

    docs.aspose.com/cells/nodejs-cpp/export-print-a...
  10. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of linked Ole Objects in Excel files using Aspose.Cells for C++....xlsx" ; Workbook wb ( inputFilePath ); // Access...u "Aspose APIs" ); // Save workbook to memory stream auto ms =...

    docs.aspose.com/cells/cpp/access-and-modify-the...