Sort Score
Result 10 results
Languages All
Labels All
Results 9,881 - 9,890 of 105,418 for

workbook

(0.08 sec)
  1. Ինչպես փոխարկել JSON-ը Excel-ին Java-ում

    Օգտագործելով այս հակիրճ ձեռնարկը, դուք կսովորեք, թե ինչպես փոխարկել JSON-ը Excel-ի Java-ում: JSON-ի XLSX-ի փոխակերպման համար Java-ն լայնորեն օգտագործվում է, քանի որ այն պահանջում է սահմանափակ ռեսուրսներ և կոդերի մի քանի տող Java պլատֆորմին աջակցող ցանկացած ընդհանուր օպերացիոն համակարգում:...շտեմարանի միջոցով Ստեղծեք Workbook օրինակ և ստացեք հղում JSON...

    kb.aspose.com/hy/cells/java/how-to-convert-json...
  2. Shap.FitToTextSize默认是水平方向拉宽文本框,如何锁定宽度,只在垂直方向拉高文...

    Shap.FitToTextSize默认是水平方向拉宽文本框,如何锁定宽度,只在垂直方向拉高文本框?...testFitSize() { Workbook workbook = new Workbook("D:\\fitSize_input...xlsm"); Worksheet sheet = workbook.Worksheets["运营费用支出情况"]; foreach...

    forum.aspose.com/t/shap-fittotextsize/321983
  3. Opening Different Microsoft Excel Versions File...

    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....constructor, or specify the Workbook class' SetFileFormat method...

    docs.aspose.com/cells/cpp/opening-different-mic...
  4. 用C++在工作表内旋转文本和形状|Documentation

    学习如何在Excel工作表中使用形状控制文本旋转,使用编号Aspose.Cells for C++。...// Load sample Excel file Workbook wb ( srcDir + u "sampleRotateTextWith...

    docs.aspose.com/cells/zh/cpp/rotate-text-with-s...
  5. Convert Word to Excel using Python or with free...

    Word to Excel conversion in your Python applications without using Microsoft Word or Excel or online. Test free Word to Excel online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...LoadOptions as parameters Call the Workbook.Save method while specifying...

    products.aspose.com/total/python-net/conversion...
  6. Convert Chart to Image for Chinese Region with ...

    Learn how to use Aspose.Cells for C++ to set Chinese configuration for charts. Our guide will demonstrate how to configure charts to support Chinese characters and formats, including fonts, sizes, text directions, and more.... int main () { Workbook wb ( "Chinese.xls" ); ChartChineseSettings...

    docs.aspose.com/cells/cpp/convert-chart-to-imag...
  7. Aspose.Cells for Java - Issue with missing char...

    Hi Aspose team, I’m encountering an issue when using Aspose.Cells to generate screenshots from an Excel template. The behaviour of the chart’s red border seems inconsistent depending on how rows are handled: When no r…... Workbook workbook = new Workbook("d:\\files\\test_excel...setTransparent(true); Worksheet worksheet = workbook.getWorksheets().get("Sheet1");...

    forum.aspose.com/t/aspose-cells-for-java-issue-...
  8. Convert POTM to XLSM via C++ or with free Onlin...

    Export POTM to XLSM in C++ without using Microsoft Excel or Powerpoint or online. Test free POTM to XLSM online converter quickly before integrating the code....used to store macro-enabled workbooks. It is a combination of XML...data, and is used to store workbooks created in Excel 2007 and...

    products.aspose.com/total/cpp/conversion/potm-t...
  9. Customize Globalization Settings for Pivot Tabl...

    Learn how to customize pivot table globalization settings using Aspose.Cells for C++..../Data/02_OutputDirectory/" ); Workbook wb ( srcDir + u "samplePivotTableGlob...

    docs.aspose.com/cells/cpp/customize-globalizati...
  10. 画像オブジェクトを含むシートを削除すると、EXCELが壊れる場合がある - Free Supp...

    Aspose Cell ご担当者様 添付した「template.xlsx」のように、2つのシートで、共有している画像があります ExcelCooperationCreator.csの記載のように、このファイルを読み込んで、一部シート削除し、 別ファイル(result.xlsx)に保存しました このresult.xlsxをEXCELで開こうとすると、一部に問題がありましたというエラーとなり、 修復が必要な状態になります どんな…...以下は、C#での基本的なコード例です: var workbook = new Workbook("template.xlsx"); var...var sheet = workbook.Worksheets[0]; // 削除したいシートを指定 // 画像を削除 for...

    forum.aspose.com/t/excel/320137