Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 8,850 for

join documents

(0.08 sec)
  1. 通过 C++ 在 Node.js 中实现工作表视图|Documentation

    本文将介绍如何使用 Node.js 和相关 API 来与 Excel 工作簿和工作表的分页预览交互,还包括拆分窗格、冻结窗格和缩放比例的操作。...to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "book1.xls" ); //...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-v...
  2. How to set AutoRecover property of Workbook wit...

    Learn how to set the AutoRecover property of a workbook using Aspose.Cells for Node.js via C++....to the documents directory. const dataDir = path . join ( __dirname...workbook workbook . save ( path . join ( dataDir , "output_out.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-aut...
  3. 通过C++的Node.js设置页面选项|Documentation

    本文提供了使用Node.js通过C++以编程方式设置Excel工作表页面选项的示例代码。设置页面方向、缩放比例、页数适应选项、纸张大小、打印质量、首页编号。...to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "PageOrientation_out...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-pag...
  4. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for Node.js via C++. This guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance presentation and usability....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "sampleSetShapeTypeOf...

    docs.aspose.com/cells/nodejs-cpp/set-the-shape-...
  5. Remove Duplicate Rows in a Worksheet with Node....

    Learn how to remove duplicate rows in a worksheet using Aspose.Cells for Node.js via C++ and select specific columns for duplication checks....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "removeduplicates...

    docs.aspose.com/cells/nodejs-cpp/remove-duplica...
  6. Verify Password of Encrypted Files with Node.js...

    Verify the password of encrypted Excel (xlsx, xlsb, xls, xlsm) and Open Office (ODS) files using Aspose.Cells for Node.js via C++....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "EncryptedBook1...

    docs.aspose.com/cells/nodejs-cpp/verify-passwor...
  7. 限制生成的页数——Excel转PDF的C++方案|Documentation

    了解如何在将Excel电子表格转换为PDF时限制生成的页数,使用编号Aspose.Cells for Node.js via C++。...to the documents directory. const dataDir = path . join ( __dirname...AsposeCells . Workbook ( path . join ( dataDir , "TestBook.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/limit-the-n...
  8. Lock or unlock shapes with Node.js via C++|Docu...

    This article shows you code explaining how to lock or unlock shapes to protect them using Aspose.Cells library for Node.js via C++....shapes in a spreadsheet or document can be beneficial for several...particularly important in complex documents where shapes may be used for...

    docs.aspose.com/cells/nodejs-cpp/lock-or-unlock...
  9. 在使用 C++ 通过 Node.js 保存为 HTML 时启用 CSS 自定义属性|Docum...

    学习如何在将 Excel 文件保存为 HTML 时启用 CSS 自定义属性,使用 Aspose.Cells for Node.js via C++。...to the documents directory. const dataDir = path . join ( __dirname...AsposeCells . Workbook ( path . join ( dataDir , "sampleEnableCssCusto...

    docs.aspose.com/cells/zh/nodejs-cpp/enable-css-...
  10. JoinStyle | Aspose.Words for Java

    Line Join style in Java....public class JoinStyle Line join style. Examples: Shows to create...variety of shapes. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...